Hi all!

Running 4.0.17.

I hope this isn't a stupid question, but it appears that OPTIMIZE TABLE is
NOT equivalent to:
myisamchk --quick --check-only-changed --sort-index --analyze

Maybe I'm missing something, but OPTIMIZE TABLE rebuilds both the data file
and the index file (I see a TMD and TMM file being built).  myisamchk only
appears to rebuild the TMM file.  Why is this?  How do you get the
equivalent OPTIMIZE TABLE in myisamchk?

Thanks
Mark


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

Reply via email to