mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
add 2 placeholder values for config and system variables.
This commit is contained in:
@@ -715,7 +715,9 @@ mysql_declare_plugin(example)
|
||||
example_init_func, /* Plugin Init */
|
||||
example_done_func, /* Plugin Deinit */
|
||||
0x0001 /* 0.1 */,
|
||||
0
|
||||
NULL, /* status variables */
|
||||
NULL, /* system variables */
|
||||
NULL /* config options */
|
||||
}
|
||||
mysql_declare_plugin_end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user