mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 23:40:58 +00:00
Add forked Maatkit tools in bin/ and their tests in t/.
This commit is contained in:
7
t/pt-table-checksum/samples/arg-table.sql
Normal file
7
t/pt-table-checksum/samples/arg-table.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
USE test;
|
||||
DROP TABLE IF EXISTS args;
|
||||
CREATE TABLE args (
|
||||
db char(64) NOT NULL,
|
||||
tbl char(64) NOT NULL,
|
||||
PRIMARY KEY (db, tbl)
|
||||
);
|
Reference in New Issue
Block a user