Definition of structures needed to implement a plugin. sqlstat is implemented as a replication plugin because the interface version number tends to be kept constant. More...

Go to the source code of this file.
Classes | |
| struct | udf_plugin_info |
| Udf plugin information. More... | |
Functions | |
| MYSQL_SYSVAR_STR (version, version_value, PLUGIN_VAR_READONLY,"Statistics for MySQL release", NULL, NULL, VERSION) | |
| mysql_declare_plugin (sqlstat_plugin) | |
Variables | |
| struct udf_plugin_info | plugin_info |
| char * | version_value |
| Plugin version. | |
| struct st_mysql_sys_var * | plugin_sys_var [] |
| System variables definition. More... | |
| mysql_declare_plugin_end | |
Definition of structures needed to implement a plugin. sqlstat is implemented as a replication plugin because the interface version number tends to be kept constant.
Definition in file sqlplugin.h.
| struct udf_plugin_info plugin_info |
| struct st_mysql_sys_var* plugin_sys_var[] |
System variables definition.
Definition at line 59 of file sqlplugin.h.
1.8.8