[BUG] Table corrupted by specific sequence (4.0.3-beta)
Hi, I can confirm this on Linux i386 with official binaries on MyISAM tables: mysql> check table blast; DELETE FROM ++---+--+--+ | Table | Op| Msg_type | Msg_text | ++---+--+--+ | test_mmo.blast | check | statu
[BUG] Table corrupted by specific sequence (4.0.3-beta)
Description: The following sequence corrupts the table with MySQL 4.0.3-beta. It works fine with 3.23.51. LOCK TABLES t WRITE; DELETE FROM t; OPTIMIZE TABLE t; How to reproduce: - mysql> SELECT version(); ++ | version() | ++ | 4.0.3-beta