1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-32335: main.partition_innodb2 fails in BB with different #rows

use --replace_column for rows, as the numbers are not important.
This commit is contained in:
Sergei Petrunia
2023-10-03 15:40:42 +03:00
parent 3f6bccb888
commit 5e2d08b5e8
2 changed files with 3 additions and 2 deletions

View File

@ -23,6 +23,7 @@ create table t2 (
insert into t2 select
mod(seq, 10), seq from seq_1_to_50;
--replace_column 9 #
explain
delete t1, t2 from t1, t2 where t1.a=t2.a;
delete t1, t2 from t1, t2 where t1.a=t2.a;