From 20de3c896819016f55f14e37245c60f721834d40 Mon Sep 17 00:00:00 2001 From: Sergey Petrunya Date: Wed, 20 Jun 2012 22:30:24 +0400 Subject: [PATCH] Update test results. --- mysql-test/suite/pbxt/r/negation_elimination.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/pbxt/r/negation_elimination.result b/mysql-test/suite/pbxt/r/negation_elimination.result index 0818d2b812e..886a4215d11 100644 --- a/mysql-test/suite/pbxt/r/negation_elimination.result +++ b/mysql-test/suite/pbxt/r/negation_elimination.result @@ -321,7 +321,7 @@ select * from t1 where not(NULL or a); a explain select * from t1 where not(NULL and a); 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(NULL and a); a 0