• Sergei Petrunia's avatar
    MDEV-30442: Assertion `!m_innodb' failed in ha_partition::cmp_ref ... · 090e5d8b
    Sergei Petrunia authored
    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.
    090e5d8b
partition_innodb2.result 666 Bytes