• Nayuta Yanagisawa's avatar
    MDEV-29636 Assertion `part_share->auto_inc_initialized ||... · 2beede9b
    Nayuta Yanagisawa authored
    MDEV-29636 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_inc_init()' failed in ha_partition::set_auto_increment_if_higher upon REPLACE with partition pruning
    
    The bug is caused by a similar mechanism as MDEV-21027.
    
    The function, check_insert_or_replace_autoincrement, failed to open
    all the partitions on REPLACE SELECT statements and it results in the
    assertion error.
    2beede9b
partition_auto_increment_memory.result 26 KB