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:
5
t/pt-archiver/samples/table10.sql
Normal file
5
t/pt-archiver/samples/table10.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
use test;
|
||||
|
||||
drop table if exists table_10;
|
||||
create table table_10(a int not null primary key);
|
||||
|
Reference in New Issue
Block a user