Test updated.

This commit is contained in:
cmiller@zippy.cornsilk.net 2008-04-01 12:26:12 -04:00
parent 07a3ae238a
commit 7a9f12e1c4

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));