Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
deeed041
Commit
deeed041
authored
Mar 17, 2013
by
Michael Widenius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't show sphinx_error% as this may be a different set of variables in different SPHINX releases
parent
f5c3c285
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/sphinx/sphinx.result
mysql-test/suite/sphinx/sphinx.result
+0
-3
mysql-test/suite/sphinx/sphinx.test
mysql-test/suite/sphinx/sphinx.test
+4
-1
No files found.
mysql-test/suite/sphinx/sphinx.result
View file @
deeed041
...
...
@@ -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
SET optimizer_switch=@save_optimizer_switch;
drop table ts;
show status like "sphinx_error%";
Variable_name Value
Sphinx_error OFF
show status like "sphinx_total%";
Variable_name Value
Sphinx_total 2
...
...
mysql-test/suite/sphinx/sphinx.test
View file @
deeed041
...
...
@@ -26,6 +26,9 @@ explain select * from ts where q=';groupby=attr:gid';
SET
optimizer_switch
=@
save_optimizer_switch
;
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_word%"
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment