Hello,

the mysqlcheck manpage and the MySQL Manual is unclear about repair
options when issuing a mysqlcheck with --auto-repair.

For example 
  mysqlcheck --check --extended --auto-repair <db>

It seems to be clear that mysqlcheck does an extended check.

But: if there are corrupt tables, will the repair be extended, too, or
will the repair performed as "mysqlcheck --repair <db> <tablename>
without --extended"?

(as the manual states a repair with --extended can produce a lot of
garbage rows, which we definitely dont want)

Thanks in advance!

-- 
cu
Sebastian


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to