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:
@ -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
|
||||
|
Reference in New Issue
Block a user