mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
three bug fixes and major code cleanup
This commit is contained in:
@@ -428,7 +428,7 @@ int mysql_multi_update(THD *thd,
|
||||
conds, 0, (ORDER *) NULL, (ORDER *)NULL, (Item *) NULL,
|
||||
(ORDER *)NULL,
|
||||
options | SELECT_NO_JOIN_CACHE,
|
||||
result, unit, select_lex, 0, 0);
|
||||
result, unit, select_lex, 0);
|
||||
delete result;
|
||||
DBUG_RETURN(res);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user