MySQL Table Checksum bug fix
I somehow introduced a syntax error into MySQL Table Checksum in the 1.0.1 release and didn’t notice till just now. I’ve replaced the file in the Sourceforge release, but it may take a few hours for it to propagate to all mirrors. My apologies.


There is a bug in mysql table checksum when using a table name with a hyphen ‘-’ in it.. you probably need to quote the table names :)
Cameron
6 Mar 07 at 2:55 am
Yep. And I also just found an off-by-one error in the checksum filter. I’ll make a new point release. Thanks for pointing this out!
Xaprb
6 Mar 07 at 8:38 am