Commit graph

2 commits

Author SHA1 Message Date
Sergei Petrunia
5e2d08b5e8 MDEV-32335: main.partition_innodb2 fails in BB with different #rows
use --replace_column for rows, as the numbers are not important.
2023-10-03 15:40:42 +03:00
Sergei Petrunia
090e5d8b94 MDEV-30442: Assertion `!m_innodb' failed in ha_partition::cmp_ref ...
The failed assertion was about encountering the same rowid value in
two different partitions.
This wasn't possible with InnoDB previously: InnoDB used a global counter
to produce rowid values for hidden PK.

After the fix for MDEV-19506, it uses per-table counters so it's easily
possible to get the same hidden PK values in different tables.
2023-03-16 22:33:04 +03:00