• Aleksey Midenkov's avatar
    MDEV-27244 Table corruption upon adding serial data type · 3fd80d08
    Aleksey Midenkov authored
    MDEV-25803 excluded some cases from key sort upon alter table. That
    particularly depends on ALTER_ADD_INDEX flag. Creating a column of
    SERIAL data type missed that flag. Though equivalent operation
    
      alter table t1 add x bigint unsigned not null auto_increment unique;
    
    has ALTER_ADD_INDEX flag.
    3fd80d08
partition.test 24.1 KB