mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
changed for AUTO_VALUE_ON_ZERO
This commit is contained in:
@ -253,7 +253,6 @@ int mysql_insert(THD *thd,TABLE_LIST *table_list,
|
||||
else
|
||||
bulk_insert=0;
|
||||
|
||||
table->auto_increment_field_is_null= true;
|
||||
while ((values= its++))
|
||||
{
|
||||
if (fields.elements || !value_count)
|
||||
|
Reference in New Issue
Block a user