1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

BUG#14139 - Merge to 5.0

This commit is contained in:
sergefp@mysql.com
2005-10-31 09:22:33 +03:00
parent 09a4d0c7a7
commit 4ad3313cd7
4 changed files with 9 additions and 2 deletions

View File

@@ -550,6 +550,7 @@ create table t1 (
a varchar(112) charset utf8 collate utf8_bin not null,
primary key (a)
) select 'test' as a ;
--warning 1364
show create table t1;
drop table t1;