Skip to main content

Crate mysql_handler_macros

Crate mysql_handler_macros 

Source
Expand description

Procedural macros for mysql-handler engine cdylibs.

The single macro this crate exposes, plugin, generates the three #[unsafe(no_mangle)] pub static items mysqld dlsyms at INSTALL PLUGIN time, plus the panic-safe init wrapper that registers the engine factory.

Attribute Macrosยง

plugin
Attribute macro that turns a Default-constructible engine struct into a loadable MySQL plugin.