mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Fix merge error.
This commit is contained in:
parent
7f650d4be5
commit
86008e0ca2
1 changed files with 0 additions and 4 deletions
|
@ -6936,11 +6936,7 @@ maria_declare_plugin(binlog)
|
|||
NULL, /* Plugin Deinit */
|
||||
0x0100 /* 1.0 */,
|
||||
binlog_status_vars_top, /* status variables */
|
||||
#ifndef DBUG_OFF
|
||||
binlog_sys_vars, /* system variables */
|
||||
#else
|
||||
NULL, /* system variables */
|
||||
#endif
|
||||
"1.0", /* string version */
|
||||
MariaDB_PLUGIN_MATURITY_STABLE /* maturity */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue