mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Test updated.
This commit is contained in:
parent
73e1c5ae10
commit
a9e658408f
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue