1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

revert 48525

This commit is contained in:
Tatiana A. Nurnberg
2010-02-22 16:58:56 +00:00
parent 7d8bed112c
commit dad7b3c55e
7 changed files with 9 additions and 55 deletions

View File

@ -3158,7 +3158,7 @@ bool select_insert::send_data(List<Item> &values)
thd->count_cuted_fields= CHECK_FIELD_WARN; // Calculate cuted fields
store_values(values);
thd->count_cuted_fields= CHECK_FIELD_ERROR_FOR_NULL;
thd->count_cuted_fields= CHECK_FIELD_IGNORE;
if (thd->is_error())
{
table->auto_increment_field_not_null= FALSE;