1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fixed some test that failed randomly

This commit is contained in:
Monty
2019-08-08 22:45:55 +03:00
committed by Sergei Golubchik
parent 76ce6ae4bb
commit de8b51fdc9
4 changed files with 10 additions and 9 deletions

View File

@@ -459,6 +459,7 @@ INSERT INTO t2 VALUES (15,4);
set @save_optimizer_switch= @@optimizer_switch;
set optimizer_switch='semijoin=off';
--replace_column 9 #
EXPLAIN
SELECT * FROM t1
WHERE pk IN (SELECT it.pk FROM t2 JOIN t2 AS it ON it.i=it.i WHERE it.pk-t1.i<10);