• unknown's avatar
    BUG#25908 - corrupted myisam table crashes server even after repair · 1bd5a5f3
    unknown authored
    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.
    1bd5a5f3
ha_myisam.cc 61.6 KB