1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-3883 Show global status not in order

This commit is contained in:
Sergei Golubchik
2013-01-08 21:23:40 +01:00
parent 8aaacc9102
commit a128c50ac1
5 changed files with 24 additions and 27 deletions

View File

@ -48,15 +48,12 @@ SET optimizer_switch=@save_optimizer_switch;
drop table ts;
show status like "sphinx_error%";
Variable_name Value
sphinx_error_commits 0
sphinx_error_group_commits 0
sphinx_error_snapshot_file
sphinx_error_snapshot_position 0
Sphinx_error OFF
show status like "sphinx_total%";
Variable_name Value
sphinx_total 2
sphinx_total_found 2
Sphinx_total 2
Sphinx_total_found 2
show status like "sphinx_word%";
Variable_name Value
sphinx_word_count 0
sphinx_words
Sphinx_word_count 0
Sphinx_words