mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 21:05:00 +00:00
Test pt-upgrade host-to-host. Implement diff_query_times(). Export $test_diff from PerconaTest instead of doing diag() in no_diff().
This commit is contained in:
9
t/pt-upgrade/samples/002/host2.sql
Normal file
9
t/pt-upgrade/samples/002/host2.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
USE test;
|
||||
|
||||
-- Add 5 more rows so 01select.log causes a row diff.
|
||||
INSERT INTO t VALUES
|
||||
(null, 'g', '2013-01-01 00:00:07'),
|
||||
(null, 'h', '2013-01-01 00:00:08'),
|
||||
(null, 'i', '2013-01-01 00:00:09'),
|
||||
(null, 'j', '2013-01-01 00:00:10'),
|
||||
(null, 'k', '2013-01-01 00:00:11');
|
Reference in New Issue
Block a user