summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria/maria-ucs2.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/maria/maria-ucs2.result')
-rw-r--r--mysql-test/suite/maria/maria-ucs2.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/maria/maria-ucs2.result b/mysql-test/suite/maria/maria-ucs2.result
index f3ca03a6a25..7f3b691b139 100644
--- a/mysql-test/suite/maria/maria-ucs2.result
+++ b/mysql-test/suite/maria/maria-ucs2.result
@@ -28,7 +28,7 @@ t1 CREATE TABLE `t1` (
DROP TABLE t1;
CREATE TABLE t1 (a VARCHAR(1200),KEY(a)) ENGINE=Aria CHARACTER SET ucs2;
Warnings:
-Warning 1071 Specified key was too long; max key length is 2000 bytes
+Note 1071 Specified key was too long; max key length is 2000 bytes
INSERT INTO t1 VALUES (REPEAT('abc ',200));
CHECK TABLE t1;
Table Op Msg_type Msg_text