summaryrefslogtreecommitdiff
path: root/mysql-test/r/negation_elimination.result
diff options
context:
space:
mode:
authorunknown <ram@gw.mysql.r18.ru>2003-10-31 16:37:36 +0400
committerunknown <ram@gw.mysql.r18.ru>2003-10-31 16:37:36 +0400
commit04bad39e33757c1bd009bacd8fd065436806504a (patch)
tree4ded829a6ccd71fada100d9e736ed4104b8d9000 /mysql-test/r/negation_elimination.result
parentbd4261d9afdde856185c991889890e3486b65946 (diff)
downloadmariadb-git-04bad39e33757c1bd009bacd8fd065436806504a.tar.gz
Fixes for mysql tests.
mysql-test/r/mysqlbinlog.result: fixes for mysql tests. mysql-test/r/mysqldump.result: fixes for mysql tests. mysql-test/r/negation_elimination.result: fixes for mysql tests. mysql-test/t/mysqlbinlog.test: fixes for mysql tests. mysql-test/t/mysqldump.test: fixes for mysql tests.
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 9a9764c8f18..8ca8ae2f12e 100644
--- a/mysql-test/r/negation_elimination.result
+++ b/mysql-test/r/negation_elimination.result
@@ -55,7 +55,7 @@ a
10
explain select * from t1 where not(a = 10);
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE t1 index NULL a 5 NULL 21 Using where; Using index
+1 SIMPLE t1 range a a 5 NULL 19 Using where; Using index
select * from t1 where not(a = 10);
a
0