summaryrefslogtreecommitdiff
path: root/mysql-test/r/ctype_utf8mb4_myisam.result
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2013-07-03 20:02:48 +0400
committerSergey Petrunya <psergey@askmonty.org>2013-07-03 20:02:48 +0400
commitf335c36e27ce28f37e44d2bd4b96bd0d7a1df55c (patch)
tree11e34c6822efe86e19ac764b654649d0b69b35f0 /mysql-test/r/ctype_utf8mb4_myisam.result
parente98bb64cbe8e3c46a091a317a8baea09b5e76da4 (diff)
downloadmariadb-git-f335c36e27ce28f37e44d2bd4b96bd0d7a1df55c.tar.gz
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/r/ctype_utf8mb4_myisam.result')
-rw-r--r--mysql-test/r/ctype_utf8mb4_myisam.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ctype_utf8mb4_myisam.result b/mysql-test/r/ctype_utf8mb4_myisam.result
index b82e5687eda..6f5d79ff6df 100644
--- a/mysql-test/r/ctype_utf8mb4_myisam.result
+++ b/mysql-test/r/ctype_utf8mb4_myisam.result
@@ -1231,7 +1231,7 @@ DROP TABLE t1;
SET NAMES utf8mb4;
DROP TABLE IF EXISTS t1;
Warnings:
-Note 1051 Unknown table 't1'
+Note 1051 Unknown table 'test.t1'
CREATE TABLE t1(a VARCHAR(255), KEY(a)) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
Warnings:
Warning 1071 Specified key was too long; max key length is 1000 bytes