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