mariadb/storage
unknown a5c27d6cb3 BUG#25908 - corrupted myisam table crashes server even after repair
Opening certain tables that have different definitions in .MYI and
.frm may result in a server crash.

Compare .MYI and .frm definition when myisam table is opened. In case
definitions are diffirent refuse to open such table.

No test case, since it requires broken table.


storage/myisam/ha_myisam.cc:
  Compare .MYI and .frm definition when myisam table is opened. In case
  definitions are diffirent refuse to open such table.
2007-03-21 17:12:30 +04:00
..
archive Fixed compiler warnings 2007-02-23 13:13:55 +02:00
blackhole Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-02-26 15:54:43 +04:00
csv
example
federated
heap BUG#26080 - Memory Storage engine not working properly 2007-02-28 14:27:19 +04:00
innobase Bug : Create variable to allow turning off of statistic gathering on metadata commands 2007-03-06 10:36:15 -07:00
myisam BUG#25908 - corrupted myisam table crashes server even after repair 2007-03-21 17:12:30 +04:00
myisammrg Merge chilla.local:/home/mydev/mysql-5.0-bug26464 2007-03-06 12:35:58 +01:00
ndb The most recent push into mysql-5.1 from mysql-5.2 was a mistake. 2007-03-08 18:38:17 +01:00
Makefile.am