summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-07-06 15:28:11 +0200
committerSergei Golubchik <sergii@pisem.net>2013-07-06 15:28:11 +0200
commit48b403cd65a680c5ea526225cad82a44779d0178 (patch)
treecd9d2d5d24cf1d452c4aaa7d83258cfd1000a3c5 /plugin
parent34ebf981abaa8a0b9e5557a56d17e8daa0273bdf (diff)
downloadmariadb-git-48b403cd65a680c5ea526225cad82a44779d0178.tar.gz
Bug #69682 - mysqld crashes after uninstall of plugin with "first" status var
Diffstat (limited to 'plugin')
-rw-r--r--plugin/fulltext/plugin_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/fulltext/plugin_example.c b/plugin/fulltext/plugin_example.c
index de951375820..cc685cdaefb 100644
--- a/plugin/fulltext/plugin_example.c
+++ b/plugin/fulltext/plugin_example.c
@@ -210,7 +210,7 @@ static struct st_mysql_ftparser simple_parser_descriptor=
static struct st_mysql_show_var simple_status[]=
{
- {"static", (char *)"just a static text", SHOW_CHAR},
+ {"A_static", (char *)"just a static text", SHOW_CHAR},
{"called", (char *)&number_of_calls, SHOW_LONG},
{0,0,0}
};