最近mysql(5.0.45)偶爾出現(xiàn)"Got error 127 when reading table"的錯誤.原來是bug,在5.0.51已fix.
Release Notes for MySQL Community Server 5.0.51
If one thread was performing concurrent inserts, other threads reading from the same table using equality key searches could see the index values for new rows before the data values had been written, leading to reports of table corruption. (
Bug#29838)