Commit e9d8c5e8 authored by marko's avatar marko

mysql_declare_plugin(innobase): Initialize the fields

reserved1 (apparently the system variables) and
reserved2 (apparently the configuration options).
parent 0245fe4a
......@@ -7615,7 +7615,9 @@ mysql_declare_plugin(innobase)
innobase_init, /* Plugin Init */
NULL, /* Plugin Deinit */
0x0100 /* 1.0 */,
innodb_status_variables_export
innodb_status_variables_export,
NULL, /* system variables */
NULL /* config options */
}
mysql_declare_plugin_end;
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