• unknown's avatar
    Fix segmentation fault in mysqlcheck when the last table · 30c7d20a
    unknown authored
    checked with --auto-repair mode returned an error (such
    as being a merge table). (Bug #9492)
    
    
    client/mysqlcheck.c:
      When testing whether the last table should be added to the list of tables to
      be repaired, we don't have a valid row[] to look at, so don't.
    30c7d20a
mysqlcheck.c 20.4 KB