mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02:00
Merge branch '10.0' into 10.1
This commit is contained in:
commit
3361aee591
654 changed files with 30623 additions and 12481 deletions
|
|
@ -1612,7 +1612,7 @@ bool mysql_multi_update(THD *thd,
|
|||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
|
||||
thd->abort_on_warning= thd->is_strict_mode();
|
||||
thd->abort_on_warning= !ignore && thd->is_strict_mode();
|
||||
List<Item> total_list;
|
||||
|
||||
res= mysql_select(thd, &select_lex->ref_pointer_array,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue