summaryrefslogtreecommitdiff
path: root/mysql-test/main/long_unique.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/long_unique.result')
-rw-r--r--mysql-test/main/long_unique.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/long_unique.result b/mysql-test/main/long_unique.result
index efa0444fff5..eb61a080c96 100644
--- a/mysql-test/main/long_unique.result
+++ b/mysql-test/main/long_unique.result
@@ -1439,7 +1439,7 @@ drop table t1;
create table t1(a varchar(4000));
alter table t1 add index(a);
Warnings:
-Warning 1071 Specified key was too long; max key length is 1000 bytes
+Note 1071 Specified key was too long; max key length is 1000 bytes
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (