mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fixed results for main.delete_use_source to make it repeatable
This commit is contained in:
@ -64,6 +64,7 @@ rollback;
|
||||
--echo #
|
||||
|
||||
start transaction;
|
||||
--replace_column 9 #
|
||||
explain delete from v1 where (select count(*) from t1 b where b.c1=v1.c1) = 500;
|
||||
--enable_info ONCE
|
||||
delete from v1 where (select count(*) from t1 b where b.c1=v1.c1) = 500 ;
|
||||
|
Reference in New Issue
Block a user