mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
Add forked Maatkit tools in bin/ and their tests in t/.
This commit is contained in:
12
t/pt-table-checksum/samples/oversize-chunks.sql
Normal file
12
t/pt-table-checksum/samples/oversize-chunks.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
drop database if exists osc;
|
||||
create database osc;
|
||||
use osc;
|
||||
create table t (
|
||||
i int,
|
||||
index (i)
|
||||
);
|
||||
|
||||
insert into t values
|
||||
(1),(2),(3),
|
||||
(10),(11),(12),(13),(13),(13),(13),(13),(13),(13),(13),(13),(13),(13),(13),(13),(13),(13),(13),(24),
|
||||
(101),(102),(103);
|
Reference in New Issue
Block a user