5132
5132
if (alter_info->error_if_not_empty && thd->row_count)
5136
5136
switch (alter_info->datetime_field->sql_type)
5138
5138
case DRIZZLE_TYPE_NEWDATE:
5142
5142
case DRIZZLE_TYPE_DATETIME:
5143
5143
f_val= "0000-00-00 00:00:00";
5147
5147
/* Shouldn't get here. */