10361
10361
session->substitute_null_with_insert_id= false;
10363
10363
/* fix to replace 'NULL' dates with '0' (shreeve@uci.edu) */
10365
10365
(field->type() == DRIZZLE_TYPE_DATETIME)) &&
10366
10366
(field->flags & NOT_NULL_FLAG) &&
10367
10367
!field->table->maybe_null)