31 #if defined HAVE_CONFIG_H
33 #endif // HAVE_CONFIG_H
44 int interface_version;
53 MYSQL_SYSVAR_STR(version, version_value, PLUGIN_VAR_READONLY,
54 "Statistics for MySQL release", NULL, NULL, VERSION);
60 MYSQL_SYSVAR(version),
64 mysql_declare_plugin(sqlstat_plugin)
69 "Heinrich Schuchardt (xypron.glpk@gmx.de)",
70 "Statistics for MySQL (http://sqlstat.sourceforge.net)",
71 PLUGIN_LICENSE_PROPRIETARY,
79 mysql_declare_plugin_end;
int sqlstat_plugin_deinit(void *p)
Deinitializes plugin.
struct st_mysql_sys_var * plugin_sys_var[]
System variables definition.
int sqlstat_plugin_init(void *p)
Initializes plugin.
char * version_value
Plugin version.