1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed bug in strict mode (A state was not properly cleared on successful insert/update's)

This commit is contained in:
monty@mishka.local
2004-10-05 01:05:15 +03:00
parent be4ca46fbe
commit 0fa62b691b
6 changed files with 82 additions and 37 deletions

View File

@ -453,6 +453,7 @@ int mysql_insert(THD *thd,TABLE_LIST *table_list,
}
free_underlaid_joins(thd, &thd->lex->select_lex);
table->insert_values=0;
thd->abort_on_warning= 0;
DBUG_RETURN(0);
abort: