mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
4e11a4d941
" Configure support for server plugins "
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
|
|
};
|
|
|