mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
add 2 placeholder values for config and system variables.
This commit is contained in:

parent
7ae3682dc8
commit
38a59efbc9
@ -225,7 +225,9 @@ mysql_declare_plugin(ftexample)
|
||||
simple_parser_plugin_init, /* init function (when loaded) */
|
||||
simple_parser_plugin_deinit,/* deinit function (when unloaded) */
|
||||
0x0001, /* version */
|
||||
simple_status /* status variables */
|
||||
simple_status, /* status variables */
|
||||
NULL, /* system variables */
|
||||
NULL /* config options */
|
||||
}
|
||||
mysql_declare_plugin_end;
|
||||
|
||||
|
Reference in New Issue
Block a user