mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Rename results file results to rows and meta to results. Test more --save-results.
This commit is contained in:
34
t/pt-upgrade/samples/002/select_missing_rows_results/rows
Normal file
34
t/pt-upgrade/samples/002/select_missing_rows_results/rows
Normal file
@@ -0,0 +1,34 @@
|
||||
$rows = [
|
||||
[
|
||||
'1',
|
||||
'a',
|
||||
'2013-01-01 00:00:01'
|
||||
],
|
||||
[
|
||||
'2',
|
||||
'b',
|
||||
'2013-01-01 00:00:02'
|
||||
],
|
||||
[
|
||||
'3',
|
||||
'c',
|
||||
'2013-01-01 00:00:03'
|
||||
],
|
||||
[
|
||||
'4',
|
||||
'd',
|
||||
'2013-01-01 00:00:04'
|
||||
],
|
||||
[
|
||||
'5',
|
||||
'e',
|
||||
'2013-01-01 00:00:05'
|
||||
],
|
||||
[
|
||||
'6',
|
||||
'f',
|
||||
'2013-01-01 00:00:06'
|
||||
]
|
||||
];
|
||||
|
||||
##
|
Reference in New Issue
Block a user