• svoj@mysql.com/june.mysql.com's avatar
    BUG#29957 - alter_table.test fails · 9d1bfec2
    svoj@mysql.com/june.mysql.com authored
    INSERT/DELETE/UPDATE followed by ALTER TABLE within LOCK TABLES
    may cause table corruption on Windows.
    
    That happens because ALTER TABLE writes outdated shared state
    info into index file.
    
    Fixed by removing obsolete workaround.
    
    Affects MyISAM tables on Windows only.
    9d1bfec2
alter_table.result 33.1 KB