mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
revert 48525
This commit is contained in:
parent
7d8bed112c
commit
dad7b3c55e
7 changed files with 9 additions and 55 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue