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:
@ -46,14 +46,17 @@ 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
|
||||
SET optimizer_switch=@save_optimizer_switch;
|
||||
drop table ts;
|
||||
show status like "sphinx_%";
|
||||
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_time 0
|
||||
show status like "sphinx_total%";
|
||||
Variable_name Value
|
||||
sphinx_total 2
|
||||
sphinx_total_found 2
|
||||
show status like "sphinx_word%";
|
||||
Variable_name Value
|
||||
sphinx_word_count 0
|
||||
sphinx_words
|
||||
|
Reference in New Issue
Block a user