• unknown's avatar
    BUG#24855 - Crash mysqld 4.1.21 with corrupted tables · 61a28619
    unknown authored
    Accessing fixed record format table with crashed key definition results
    in server/myisamchk segmentation fault.
    
    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 fixed record format table with key segment that includes
      BLOB part (which is true only for tables with crashed key definition).
    61a28619
mi_open.c 39.4 KB