add 2 placeholder values for config and system variables.

This commit is contained in:
unknown 2006-08-30 14:27:29 -07:00
commit 2dfaa6697c
14 changed files with 42 additions and 14 deletions

View file

@ -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;