mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 01:33:14 +00:00
Add forked Maatkit tools in bin/ and their tests in t/.
This commit is contained in:
7
t/pt-table-checksum/samples/issue_21.sql
Normal file
7
t/pt-table-checksum/samples/issue_21.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
USE test;
|
||||
DROP TABLE IF EXISTS issue_21;
|
||||
CREATE TABLE issue_21 (
|
||||
a INT,
|
||||
b CHAR(1)
|
||||
) ENGINE=InnoDB;
|
||||
INSERT INTO issue_21 VALUES (1,'a'),(2,'b'),(3,'c'),(4,'d'),(5,'e');
|
Reference in New Issue
Block a user