Statistics for MySQL  0.9
Classes | Functions | Variables
sqlplugin.h File Reference

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...

This graph shows which files directly or indirectly include this file:

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.
 mysql_declare_plugin_end

Detailed Description

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.


Variable Documentation

struct st_mysql_sys_var* plugin_sys_var[]
Initial value:
 {
  MYSQL_SYSVAR(version),
  NULL
}

System variables definition.

Definition at line 59 of file sqlplugin.h.

 All Classes Files Functions Variables Typedefs Defines