mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-24 13:25:01 +00:00
Rename results file results to rows and meta to results. Test more --save-results.
This commit is contained in:
2
t/pt-upgrade/samples/005/error_on_host1_results/query
Normal file
2
t/pt-upgrade/samples/005/error_on_host1_results/query
Normal file
@@ -0,0 +1,2 @@
|
||||
select host2_col from test.t
|
||||
##
|
5
t/pt-upgrade/samples/005/error_on_host1_results/results
Normal file
5
t/pt-upgrade/samples/005/error_on_host1_results/results
Normal file
@@ -0,0 +1,5 @@
|
||||
$results = {
|
||||
error => 'DBD::mysql::st execute failed: Unknown column \'host2_col\' in \'field list\' [for Statement "select host2_col from test.t"]'
|
||||
};
|
||||
|
||||
##
|
2
t/pt-upgrade/samples/005/error_on_host1_results/rows
Normal file
2
t/pt-upgrade/samples/005/error_on_host1_results/rows
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
##
|
Reference in New Issue
Block a user