Commit 45c8e38f authored by Michael Widenius's avatar Michael Widenius

Don't show sphinx_error% as this may be a different set of variables in different SPHINX releases

parent ea8f1ca9
...@@ -46,9 +46,6 @@ id select_type table type possible_keys key key_len ref rows Extra ...@@ -46,9 +46,6 @@ id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE ts ref q q 257 const 3 Using where with pushed condition 1 SIMPLE ts ref q q 257 const 3 Using where with pushed condition
SET optimizer_switch=@save_optimizer_switch; SET optimizer_switch=@save_optimizer_switch;
drop table ts; drop table ts;
show status like "sphinx_error%";
Variable_name Value
Sphinx_error OFF
show status like "sphinx_total%"; show status like "sphinx_total%";
Variable_name Value Variable_name Value
Sphinx_total 2 Sphinx_total 2
......
...@@ -26,6 +26,9 @@ explain select * from ts where q=';groupby=attr:gid'; ...@@ -26,6 +26,9 @@ explain select * from ts where q=';groupby=attr:gid';
SET optimizer_switch=@save_optimizer_switch; SET optimizer_switch=@save_optimizer_switch;
drop table ts; drop table ts;
show status like "sphinx_error%"; #
# Don't show sphinx error as this is different between sphinx versions
# show status like "sphinx_error%";
show status like "sphinx_total%"; show status like "sphinx_total%";
show status like "sphinx_word%"; show status like "sphinx_word%";
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment