1
0
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:
Sinisa@sinisa.nasamreza.org
2003-03-06 17:02:10 +02:00
parent b2eb6eabf1
commit ffa8a47b6d
12 changed files with 76 additions and 51 deletions

View File

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