1472
1472
# Bug #31473: does not work with NULL value in datetime field
1474
1474
create temporary table t1(a datetime not null) engine=csv;
1479
1479
create temporary table t1(a varchar(32) not null) engine=csv;
1484
1484
create temporary table t1(a int not null) engine=csv;
1489
1489
create temporary table t1(a blob not null) engine=csv;