mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 21:05:00 +00:00
Fix pt-table-checksum tests for MySQL 5.0.
This commit is contained in:
@@ -4,4 +4,4 @@ USE test;
|
||||
CREATE TABLE t (
|
||||
id INT NOT NULL PRIMARY KEY,
|
||||
city VARCHAR(255) NOT NULL
|
||||
) ENGINE=InnoODB;
|
||||
) ENGINE=InnoDB;
|
||||
|
Reference in New Issue
Block a user