summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2013-07-03 20:10:51 +0400
committerSergey Petrunya <psergey@askmonty.org>2013-07-03 20:10:51 +0400
commitb83c2bc68873de9e7cf12be3325373b8a8fb1780 (patch)
tree6a7513951d5c87018e6832ce6c63b505babcb88f /mysql-test
parent2ca32f97472b0f7e116c6fbc38e98c7b5372da13 (diff)
downloadmariadb-git-b83c2bc68873de9e7cf12be3325373b8a8fb1780.tar.gz
Cont'd: Fix a number of trivial test failures by updating error message:
"Unknown table tbl" is now "Unknown table database.tbl"
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/partition_not_blackhole.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition_not_blackhole.result b/mysql-test/r/partition_not_blackhole.result
index dc0339f8c48..923d70c0ad6 100644
--- a/mysql-test/r/partition_not_blackhole.result
+++ b/mysql-test/r/partition_not_blackhole.result
@@ -11,6 +11,6 @@ t1
SHOW CREATE TABLE t1;
ERROR HY000: Incorrect information in file: './test/t1.frm'
DROP TABLE t1;
-ERROR 42S02: Unknown table 't1'
+ERROR 42S02: Unknown table 'test.t1'
t1.frm
t1.par