1
0
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:
Monty
2021-05-26 14:53:26 +03:00
parent aa284e0237
commit 1e5ebf3762
2 changed files with 3 additions and 2 deletions

View File

@ -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 ;