|
static int | simple_parser_plugin_init (void *arg) |
|
static int | simple_parser_plugin_deinit (void *arg) |
|
static int | simple_parser_init (MYSQL_FTPARSER_PARAM *param) |
|
static int | simple_parser_deinit (MYSQL_FTPARSER_PARAM *param) |
|
static void | add_word (MYSQL_FTPARSER_PARAM *param, char *word, size_t len) |
|
static int | simple_parser_parse (MYSQL_FTPARSER_PARAM *param) |
|
static | MYSQL_SYSVAR_LONG (simple_sysvar_one, sysvar_one_value, PLUGIN_VAR_RQCMDARG, "Simple fulltext parser example system variable number one. Give a number.", nullptr, nullptr, 77L, 7L, 777L, 0) |
|
static | MYSQL_SYSVAR_STR (simple_sysvar_two, sysvar_two_value, PLUGIN_VAR_RQCMDARG|PLUGIN_VAR_MEMALLOC, "Simple fulltext parser example system variable number two. Give a string.", nullptr, nullptr, "simple sysvar two default") |
|
static | MYSQL_THDVAR_LONG (simple_thdvar_one, PLUGIN_VAR_RQCMDARG, "Simple fulltext parser example thread variable number one. Give a number.", nullptr, nullptr, 88L, 8L, 888L, 0) |
|
static | MYSQL_THDVAR_STR (simple_thdvar_two, PLUGIN_VAR_RQCMDARG|PLUGIN_VAR_MEMALLOC, "Simple fulltext parser example thread variable number two. Give a string.", nullptr, nullptr, "simple thdvar two default") |
|
| mysql_declare_plugin (ftexample) |
|