mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 23:40:58 +00:00
Update samples and remove old tests.
This commit is contained in:
@@ -18,7 +18,7 @@ select nonexistent_col from test.t
|
||||
|
||||
On both hosts:
|
||||
|
||||
DBD::mysql::st execute failed: Unknown column 'nonexistent_col' in 'field list' [for Statement "select nonexistent_col from test.t"] at /Users/daniel/p/pt-upgrade-2.2/bin/pt-upgrade line 5327, <> line 1.
|
||||
DBD::mysql::st execute failed: Unknown column 'nonexistent_col' in 'field list' [for Statement "select nonexistent_col from test.t"]
|
||||
|
||||
select nonexistent_col from test.t
|
||||
|
||||
|
@@ -16,7 +16,7 @@ select host?_col from test.t
|
||||
|
||||
-- 1.
|
||||
|
||||
DBD::mysql::st execute failed: Unknown column 'host2_col' in 'field list' [for Statement "select host2_col from test.t"] at /Users/daniel/p/pt-upgrade-2.2/bin/pt-upgrade line 5327, <> line 1.
|
||||
DBD::mysql::st execute failed: Unknown column 'host2_col' in 'field list' [for Statement "select host2_col from test.t"]
|
||||
|
||||
vs.
|
||||
|
||||
|
@@ -20,7 +20,7 @@ No error
|
||||
|
||||
vs.
|
||||
|
||||
DBD::mysql::st execute failed: Unknown column 'host1_col' in 'field list' [for Statement "select host1_col from test.t"] at /Users/daniel/p/pt-upgrade-2.2/bin/pt-upgrade line 5327, <> line 1.
|
||||
DBD::mysql::st execute failed: Unknown column 'host1_col' in 'field list' [for Statement "select host1_col from test.t"]
|
||||
|
||||
select host1_col from test.t
|
||||
|
||||
|
Reference in New Issue
Block a user