Fix pt-table-checksum tests for MySQL 5.0.

This commit is contained in:
Daniel Nichter
2012-02-02 11:15:34 -07:00
parent c40e5db1bf
commit 4607cac898
5 changed files with 77 additions and 6 deletions

View File

@@ -4,4 +4,4 @@ USE test;
CREATE TABLE t (
id INT NOT NULL PRIMARY KEY,
city VARCHAR(255) NOT NULL
) ENGINE=InnoODB;
) ENGINE=InnoDB;