From 48b403cd65a680c5ea526225cad82a44779d0178 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 6 Jul 2013 15:28:11 +0200 Subject: Bug #69682 - mysqld crashes after uninstall of plugin with "first" status var --- plugin/fulltext/plugin_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/fulltext') 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} }; -- cgit v1.2.1