1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

changed for AUTO_VALUE_ON_ZERO

mysql-test/r/auto_increment.result:
  added test for AUTO_VALUE_ON_ZERO
mysql-test/t/auto_increment.test:
  added test for AUTO_VALUE_ON_ZERO
This commit is contained in:
unknown
2003-07-28 10:57:46 -04:00
parent 9b675b8be0
commit a56959a5b6
7 changed files with 111 additions and 29 deletions

View File

@@ -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)