WL#13126: Dynamic linking of Protobuf

Affects: Server-8.0   —   Status: Complete

Protobuf is currently used only by the XPlugin. MySQL developers desire to use
Protobuf outside XPlugin as well. This currently not doable because Protobuf
cannot be statically linked with more than one component due to internal state.
The proposed solution is to make link it dynamically.