• unknown's avatar
    BUG#24401 - MySQL server crashes if you try to retrieve data from · fde52a2f
    unknown authored
                corrupted table
    
    Accessing a table with corrupted column definition results in server
    crash.
    
    This is fixed by refusing to open such tables. Affects MyISAM only.
    No test case, since it requires crashed table.
    
    
    myisam/mi_open.c:
      Refuse to open MyISAM table with summary columns length bigger than
      length of the record.
    fde52a2f
mi_open.c 39.6 KB