mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Push forgotten file change to fix compiler errors.
This commit is contained in:
parent
36c1982a19
commit
bab1c686a4
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ builtin_maria_plugin
|
|||
@mysql_mandatory_plugins@ @mysql_optional_plugins@
|
||||
builtin_maria_binlog_plugin,
|
||||
#ifdef WITH_WSREP
|
||||
builtin_wsrep_plugin,
|
||||
builtin_maria_wsrep_plugin,
|
||||
#endif /* WITH_WSREP */
|
||||
builtin_maria_mysql_password_plugin;
|
||||
|
||||
|
@ -40,7 +40,7 @@ struct st_maria_plugin *mysql_mandatory_plugins[]=
|
|||
{
|
||||
builtin_maria_binlog_plugin, builtin_maria_mysql_password_plugin,
|
||||
#ifdef WITH_WSREP
|
||||
builtin_wsrep_plugin,
|
||||
builtin_maria_wsrep_plugin,
|
||||
#endif /* WITH_WSREP */
|
||||
@mysql_mandatory_plugins@ 0
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue