1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00

Fixed compiler warnings and wrong test results

This commit is contained in:
Monty
2017-04-23 13:56:50 +03:00
parent f82212946f
commit cba84469eb
2 changed files with 2 additions and 2 deletions

View File

@@ -1547,7 +1547,7 @@ insert into t1 values('aaa');
set statement sql_mode = 'NO_ENGINE_SUBSTITUTION' for
alter table t1 add index(a(1024));
Warnings:
Warning 1071 Specified key was too long; max key length is 767 bytes
Note 1071 Specified key was too long; max key length is 767 bytes
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (