Expand description
Build-script helper for mysql-handler downstream engine cdylibs.
A downstream engine crate’s build.rs reduces to a single call to
configure. The helper wires the C++ shim staticlib and the
platform’s C++ runtime into the link line so the resulting cdylib
is loadable by mysqld.
Functions§
- configure
- Configure the link line for a
mysql-handlerengine cdylib.