• unknown's avatar
    Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi · 619232cc
    unknown authored
    
    client/mysqlcheck.c:
      Fixed three bugs in mysqlcheck:
      1. mysqlcheck died with error Got error: 1103: Incorrect table name when
         executing 'REPAIR TABLE'
      2. --auto-repair used together with --all-in-1 (-1) tried to fix next table
         in a row, independent whether the next table was OK or corrupted, in case an
         error was found from a previous table and the previous table remained unfixed.
      3. --auto-repair didn't work at all when -1 option wasn't used; broken tables
         were not noticed at all.
    scripts/mysqld_multi.sh:
      Changed documentation
    619232cc
mysqld_multi.sh 18.4 KB