mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-05 01:00:35 +08:00
Add forked Maatkit tools in bin/ and their tests in t/.
This commit is contained in:
@@ -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