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.
Technorati Tags:No TagsYou Ought To Know
I'm the lead author of High Performance MySQL, Second Edition.
You can hire me! I work as a consultant for Percona with some of my co-authors and other performance experts. You can contact me like this:
SELECT REVERSE('moc.anocrep@norab');
If you're looking for free, fast, friendly MySQL help instead of expert consulting, please send your questions to the MySQL mailing list, or hop on #mysql at FreeNode on IRC. Thanks!
Hot Hot Headlines
- How to select the Nth greatest/least/first/last row in SQL
- My new favorite comic: The Adventures of Ace, DBA
- How to scale writes with master-master replication in MySQL
- How I hacked the HP Media Vault to support OGG and FLAC files
- High Performance MySQL 2nd Edition gets revised and translated
- How to leave a program running after you log out
- What is LinkedIn’s main database server?
- MySQL manual gets improved searching
- Using BASE instead of ACID for scalability
- Book Review: Building powerful and robust websites with Drupal 6
You Were Saying?
- Xaprb on How to scale writes with master-master replication in MySQL
- Mark Callaghan on How to scale writes with master-master replication in MySQL
- Xaprb on How to select the first/least/max row per group in SQL
- Xaprb on How to scale writes with master-master replication in MySQL
- Steve Karam on My new favorite comic: The Adventures of Ace, DBA
Respected Sites
Stuff To Do
Think Inside The Box
- August 2008 (6)
- July 2008 (7)
- June 2008 (11)
- May 2008 (15)
- April 2008 (18)
- March 2008 (9)
- February 2008 (4)
- January 2008 (9)
- December 2007 (11)
- November 2007 (19)
- October 2007 (18)
- September 2007 (11)
- August 2007 (12)
- July 2007 (9)
- June 2007 (12)
- May 2007 (13)
- April 2007 (12)
- March 2007 (17)
- February 2007 (6)
- January 2007 (10)
- December 2006 (8)
- November 2006 (8)
- October 2006 (12)
- September 2006 (9)
- August 2006 (19)
- July 2006 (14)
- June 2006 (15)
- May 2006 (15)
- April 2006 (12)
- March 2006 (10)
- February 2006 (5)
- January 2006 (12)
- December 2005 (18)
- November 2005 (14)
- October 2005 (9)
- September 2005 (16)

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 :)
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!