1
0
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:
Michael Widenius
2012-06-15 13:36:34 +03:00
parent 7cd1dc5de2
commit 4a23bb9074
2 changed files with 8 additions and 3 deletions

View File

@ -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%";