blob: 18705aa3dfbfce3a29a5ed3055a574dcbb72243b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include <mysql/plugin.h>
typedef struct st_mysql_plugin builtin_plugin[];
extern builtin_plugin
builtin_binlog_plugin@mysql_plugin_defs@;
struct st_mysql_plugin *mysqld_builtins[]=
{
builtin_binlog_plugin@mysql_plugin_defs@,(struct st_mysql_plugin *)0
};
|