Commit 86008e0c authored by unknown's avatar unknown

Fix merge error.

parent 7f650d4b
...@@ -6936,11 +6936,7 @@ maria_declare_plugin(binlog) ...@@ -6936,11 +6936,7 @@ maria_declare_plugin(binlog)
NULL, /* Plugin Deinit */ NULL, /* Plugin Deinit */
0x0100 /* 1.0 */, 0x0100 /* 1.0 */,
binlog_status_vars_top, /* status variables */ binlog_status_vars_top, /* status variables */
#ifndef DBUG_OFF
binlog_sys_vars, /* system variables */ binlog_sys_vars, /* system variables */
#else
NULL, /* system variables */
#endif
"1.0", /* string version */ "1.0", /* string version */
MariaDB_PLUGIN_MATURITY_STABLE /* maturity */ MariaDB_PLUGIN_MATURITY_STABLE /* maturity */
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment