summaryrefslogtreecommitdiff
path: root/storage/sphinx
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-01-08 21:23:40 +0100
committerSergei Golubchik <sergii@pisem.net>2013-01-08 21:23:40 +0100
commita128c50ac1b0d93f804aee98066588183c347607 (patch)
tree858525a4497d090d1d1e16af4b9f0611ce6d04f9 /storage/sphinx
parent8aaacc9102b3d536cc2682fe429c5023956a6eea (diff)
downloadmariadb-git-a128c50ac1b0d93f804aee98066588183c347607.tar.gz
MDEV-3883 Show global status not in order
Diffstat (limited to 'storage/sphinx')
-rw-r--r--storage/sphinx/ha_sphinx.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/storage/sphinx/ha_sphinx.cc b/storage/sphinx/ha_sphinx.cc
index 27a463bf61f..93cb43f3a92 100644
--- a/storage/sphinx/ha_sphinx.cc
+++ b/storage/sphinx/ha_sphinx.cc
@@ -3591,12 +3591,12 @@ struct st_mysql_storage_engine sphinx_storage_engine =
struct st_mysql_show_var sphinx_status_vars[] =
{
- {"sphinx_total", (char *)sphinx_showfunc_total, SHOW_FUNC},
- {"sphinx_total_found", (char *)sphinx_showfunc_total_found, SHOW_FUNC},
- {"sphinx_time", (char *)sphinx_showfunc_time, SHOW_FUNC},
- {"sphinx_word_count", (char *)sphinx_showfunc_word_count, SHOW_FUNC},
- {"sphinx_words", (char *)sphinx_showfunc_words, SHOW_FUNC},
- {"sphinx_error", (char *)sphinx_showfunc_error, SHOW_FUNC},
+ {"Sphinx_total", (char *)sphinx_showfunc_total, SHOW_FUNC},
+ {"Sphinx_total_found", (char *)sphinx_showfunc_total_found, SHOW_FUNC},
+ {"Sphinx_time", (char *)sphinx_showfunc_time, SHOW_FUNC},
+ {"Sphinx_word_count", (char *)sphinx_showfunc_word_count, SHOW_FUNC},
+ {"Sphinx_words", (char *)sphinx_showfunc_words, SHOW_FUNC},
+ {"Sphinx_error", (char *)sphinx_showfunc_error, SHOW_FUNC},
{0, 0, (enum_mysql_show_type)0}
};