1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Bug #69682 - mysqld crashes after uninstall of plugin with "first" status var

This commit is contained in:
Sergei Golubchik
2013-07-06 15:28:11 +02:00
parent 34ebf981ab
commit 48b403cd65
4 changed files with 11 additions and 4 deletions

View File

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