mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Push forgotten file change to fix compiler errors.
This commit is contained in:
@@ -27,7 +27,7 @@ builtin_maria_plugin
|
|||||||
@mysql_mandatory_plugins@ @mysql_optional_plugins@
|
@mysql_mandatory_plugins@ @mysql_optional_plugins@
|
||||||
builtin_maria_binlog_plugin,
|
builtin_maria_binlog_plugin,
|
||||||
#ifdef WITH_WSREP
|
#ifdef WITH_WSREP
|
||||||
builtin_wsrep_plugin,
|
builtin_maria_wsrep_plugin,
|
||||||
#endif /* WITH_WSREP */
|
#endif /* WITH_WSREP */
|
||||||
builtin_maria_mysql_password_plugin;
|
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,
|
builtin_maria_binlog_plugin, builtin_maria_mysql_password_plugin,
|
||||||
#ifdef WITH_WSREP
|
#ifdef WITH_WSREP
|
||||||
builtin_wsrep_plugin,
|
builtin_maria_wsrep_plugin,
|
||||||
#endif /* WITH_WSREP */
|
#endif /* WITH_WSREP */
|
||||||
@mysql_mandatory_plugins@ 0
|
@mysql_mandatory_plugins@ 0
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user