summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authordlenev@mysql.com <>2006-02-16 16:22:53 +0300
committerdlenev@mysql.com <>2006-02-16 16:22:53 +0300
commite47606a30b9332ac64027e69433859a38f42aea1 (patch)
tree72c601c1b482f6516d1e5d779ff6232e3f5cd5eb /sql/sql_update.cc
parentf5035faf51884f3e965ef1819336c7c97aa310f7 (diff)
parent4a41a00d4b89176143ba33d73af18d91df3950a8 (diff)
downloadmariadb-git-e47606a30b9332ac64027e69433859a38f42aea1.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime
into mysql.com:/home/dlenev/src/mysql-5.0-bg16593
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc
index d319167b61d..f6bc1461842 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -158,7 +158,7 @@ int mysql_update(THD *thd,
break;
if (!need_reopen)
DBUG_RETURN(1);
- close_tables_for_reopen(thd, table_list);
+ close_tables_for_reopen(thd, &table_list);
}
if (mysql_handle_derived(thd->lex, &mysql_derived_prepare) ||
@@ -823,7 +823,7 @@ reopen_tables:
for (TABLE_LIST *tbl= table_list; tbl; tbl= tbl->next_global)
tbl->cleanup_items();
- close_tables_for_reopen(thd, table_list);
+ close_tables_for_reopen(thd, &table_list);
goto reopen_tables;
}