From 7a9f12e1c47fe85e4cae638ac5fb9180e2e83dcf Mon Sep 17 00:00:00 2001 From: "cmiller@zippy.cornsilk.net" <> Date: Tue, 1 Apr 2008 12:26:12 -0400 Subject: [PATCH] Test updated. --- mysql-test/r/type_blob.result | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/r/type_blob.result b/mysql-test/r/type_blob.result index 599a2224472..84f2d815bdd 100644 --- a/mysql-test/r/type_blob.result +++ b/mysql-test/r/type_blob.result @@ -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));