mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-16188 Post merge fixes: more for TokuDB
This commit is contained in:
@@ -313,8 +313,8 @@ select 0+a from t1 where a = 736494;
|
||||
explain select 0+a from t1 where a = 736494;
|
||||
select 0+a from t1 where a=869751 or a=736494;
|
||||
explain select 0+a from t1 where a=869751 or a=736494;
|
||||
select 0+a from t1 where a in (869751,736494,226312,802616);
|
||||
explain select 0+a from t1 where a in (869751,736494,226312,802616);
|
||||
select 0+a from t1 where a in (869751,736494,226312,802616,728912);
|
||||
explain select 0+a from t1 where a in (869751,736494,226312,802616,728912);
|
||||
drop table t1;
|
||||
|
||||
--echo End of 5.3 tests
|
||||
|
Reference in New Issue
Block a user