mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 18:34:59 +00:00
Add forked Maatkit tools in bin/ and their tests in t/.
This commit is contained in:
5
t/pt-table-checksum/samples/resume.sql
Normal file
5
t/pt-table-checksum/samples/resume.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
use test;
|
||||
create table resume (
|
||||
i int not null unique key
|
||||
) engine=innodb;
|
||||
insert into test.resume values (1),(2),(3),(4),(5),(6),(7),(8),(9),(10);
|
Reference in New Issue
Block a user