diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2003-03-06 17:02:10 +0200 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2003-03-06 17:02:10 +0200 |
commit | 236015ed7ac81e3a4525e04a7769cf503af38e14 (patch) | |
tree | 41aacee98da8f1449de6964c7b87878106bb88ca /sql/sql_update.cc | |
parent | 6f5ea7022660f62e8e434c968f0d256aa8c8e47c (diff) | |
download | mariadb-git-236015ed7ac81e3a4525e04a7769cf503af38e14.tar.gz |
three bug fixes and major code cleanup
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index 88f677938ad..dd3eb326b38 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -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); } |