summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria/maria3.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/maria/maria3.result')
-rw-r--r--mysql-test/suite/maria/maria3.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/maria/maria3.result b/mysql-test/suite/maria/maria3.result
index f8ec749bfdc..871748b399a 100644
--- a/mysql-test/suite/maria/maria3.result
+++ b/mysql-test/suite/maria/maria3.result
@@ -17,7 +17,7 @@ t1 CREATE TABLE `t1` (
drop table t1;
create table t1 (a varchar(2048), key `a` (a) key_block_size=1000000000000000000);
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
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (