summaryrefslogtreecommitdiff
path: root/mysql-test/r/negation_elimination.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/negation_elimination.result')
-rw-r--r--mysql-test/r/negation_elimination.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/negation_elimination.result b/mysql-test/r/negation_elimination.result
index 91a4c273832..dea0d865d87 100644
--- a/mysql-test/r/negation_elimination.result
+++ b/mysql-test/r/negation_elimination.result
@@ -79,7 +79,7 @@ a
19
explain select * from t1 where not(a != 10);
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE t1 ref a a 5 const 1 Using where; Using index
+1 SIMPLE t1 ref a a 5 const 1 Using index
select * from t1 where not(a != 1);
a
1