summaryrefslogtreecommitdiff
path: root/plugin/fulltext
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2013-07-10 02:05:06 +0400
committerAlexander Barkov <bar@mariadb.org>2013-07-10 02:05:06 +0400
commitc51ed128b0beef27b0d5ae6723d5a8ff7be87e30 (patch)
treeeda924a52aec8893ee2a247a18779f4863657ad9 /plugin/fulltext
parent1f3ec9800c6c186949302ba27f0137dfe7c0f5f5 (diff)
parent8a732d5a5eeb29b9fea1814cabcf083b55428939 (diff)
downloadmariadb-git-c51ed128b0beef27b0d5ae6723d5a8ff7be87e30.tar.gz
Merge from 5.3
Diffstat (limited to 'plugin/fulltext')
-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 981335bddd6..53a321b473e 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}
};