Loading mysql-test/r/subselect.result +1 −1 Original line number Diff line number Diff line Loading @@ -4345,7 +4345,7 @@ select t1.a from t1 where t1.a= (select b from t2 limit 1) and not t1.a= (select a from t2 limit 1) ; a drop table t1; drop table t1, t2; End of 5.0 tests. CREATE TABLE t1 (a int, b int); INSERT INTO t1 VALUES (2,22),(1,11),(2,22); Loading mysql-test/t/subselect.test +1 −1 Original line number Diff line number Diff line Loading @@ -3223,7 +3223,7 @@ select t1.a from t1 where t1.a= (select b from t2 limit 1) and not t1.a= (select a from t2 limit 1) ; drop table t1; drop table t1, t2; --echo End of 5.0 tests. Loading Loading
mysql-test/r/subselect.result +1 −1 Original line number Diff line number Diff line Loading @@ -4345,7 +4345,7 @@ select t1.a from t1 where t1.a= (select b from t2 limit 1) and not t1.a= (select a from t2 limit 1) ; a drop table t1; drop table t1, t2; End of 5.0 tests. CREATE TABLE t1 (a int, b int); INSERT INTO t1 VALUES (2,22),(1,11),(2,22); Loading
mysql-test/t/subselect.test +1 −1 Original line number Diff line number Diff line Loading @@ -3223,7 +3223,7 @@ select t1.a from t1 where t1.a= (select b from t2 limit 1) and not t1.a= (select a from t2 limit 1) ; drop table t1; drop table t1, t2; --echo End of 5.0 tests. Loading