Update samples and remove old tests.

This commit is contained in:
Daniel Nichter
2013-02-20 08:38:42 -07:00
parent e62a02e0d3
commit 92194f1711
9 changed files with 17 additions and 207 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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