Test updated.

This commit is contained in:
unknown 2008-04-01 12:26:12 -04:00
parent 73e1c5ae10
commit a9e658408f

View file

@ -807,6 +807,7 @@ set @@sql_mode='TRADITIONAL';
create table t1 (a text default '');
ERROR 42000: BLOB/TEXT column 'a' can't have a default value
set @@sql_mode='';
drop table if exists b15776;
create table b15776 (data blob(2147483647));
drop table b15776;
create table b15776 (data blob(-1));