Xaprb

Stay curious!

MySQL Table Checksum bug fix

with 2 comments

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.

Written by Xaprb

March 5th, 2007 at 2:12 pm

Posted in Perl, SQL, Sys-Admin, Tools

2 Responses to 'MySQL Table Checksum bug fix'

Subscribe to comments with RSS or TrackBack to 'MySQL Table Checksum bug fix'.

  1. 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

  2. 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

Leave a Reply