diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2013-07-03 20:48:41 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2013-07-03 20:48:41 +0400 |
commit | c7020dfd70a62dcf4297f732593205621b8b80a2 (patch) | |
tree | a819c0c519012cb7160926306e9a9447186c657d /mysql-test/r/partition.result | |
parent | b83c2bc68873de9e7cf12be3325373b8a8fb1780 (diff) | |
download | mariadb-git-c7020dfd70a62dcf4297f732593205621b8b80a2.tar.gz |
Fix a number of trivial test failures by updating error message:
"Unknown table tbl" is now "Unknown table database.tbl"
(part#3)
Diffstat (limited to 'mysql-test/r/partition.result')
-rw-r--r-- | mysql-test/r/partition.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition.result b/mysql-test/r/partition.result index 86425825601..354e578da37 100644 --- a/mysql-test/r/partition.result +++ b/mysql-test/r/partition.result @@ -1907,7 +1907,7 @@ INSERT INTO t1 VALUES ('2006-09-29 21:50:01',22589,'Verified'); DROP TABLE IF EXISTS t2; Warnings: -Note 1051 Unknown table 't2' +Note 1051 Unknown table 'test.t2' CREATE TABLE t2 ( id int(8) NOT NULL, severity tinyint(4) NOT NULL DEFAULT '0', |