mirror of
https://github.com/MariaDB/server.git
synced 2025-03-08 04:03:30 +01:00
13 lines
266 B
C++
13 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
|
|
};
|
|
|