~percona-toolkit-dev/percona-toolkit/cant-nibble-bug-918056

« back to all changes in this revision

Viewing changes to t/pt-table-sync/samples/upper-oob-slave.sql

  • Committer: Daniel Nichter
  • Date: 2013-01-23 17:42:19 UTC
  • Revision ID: daniel@percona.com-20130123174219-vr4ok9tw530ykmez
Test syncing the upper oob chunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
USE percona;
 
2
TRUNCATE TABLE checksums;
 
3
INSERT INTO `checksums` VALUES
 
4
('upper_oob','t',1,0.001144,'PRIMARY','1','50','398f3270',50,'398f3270',50,'2013-01-23 17:36:56'),
 
5
('upper_oob','t',2,0.000878,'PRIMARY','51','99','bd9a892d',49,'bd9a892d',49,'2013-01-23 17:36:56'),
 
6
('upper_oob','t',3,0.000763,'PRIMARY',NULL,'1','0',0,'0',0,'2013-01-23 17:36:56'),
 
7
('upper_oob','t',4,0.000877,'PRIMARY','99',NULL,'0',10,'0',0,'2013-01-23 17:36:56');