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