mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
14 lines
266 B
C++
14 lines
266 B
C++
|
|
||
|
#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
|
||
|
};
|
||
|
|