mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Removed one variable from the test output that was depending on timing.
mysql-test/suite/sphinx/sphinx.result: Removed sphinx_time, as it was depending on timing. mysql-test/suite/sphinx/sphinx.test: Removed sphinx_time, as it was depending on timing.
This commit is contained in:
@ -26,4 +26,6 @@ explain select * from ts where q=';groupby=attr:gid';
|
||||
SET optimizer_switch=@save_optimizer_switch;
|
||||
drop table ts;
|
||||
|
||||
show status like "sphinx_%";
|
||||
show status like "sphinx_error%";
|
||||
show status like "sphinx_total%";
|
||||
show status like "sphinx_word%";
|
||||
|
Reference in New Issue
Block a user