Statistics for MySQL  1.1
 All Classes Files Functions Variables Typedefs Macros Pages
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. More...
 
 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 udf_plugin_info plugin_info
Initial value:
=
{ 0 }
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.