diff options
author | Chad MILLER <chad@mysql.com> | 2009-04-14 13:20:13 -0400 |
---|---|---|
committer | Chad MILLER <chad@mysql.com> | 2009-04-14 13:20:13 -0400 |
commit | 978e8e06b00defd5c95c7eb88304333e7978a553 (patch) | |
tree | 55596b47965261462217616f8271d0c2b9d79ab0 /sql/sql_update.cc | |
parent | 7e8cbe66dd4c9b4737abbf36d35c251ccc34f5ee (diff) | |
parent | c38338d76183458de2025548236f1ef1090c9e3a (diff) | |
download | mariadb-git-978e8e06b00defd5c95c7eb88304333e7978a553.tar.gz |
Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.
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 ad7cb87514d..195a2beed88 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -775,7 +775,7 @@ reopen_tables: DBUG_RETURN(TRUE); } - tables_for_update= get_table_map(fields); + thd->table_map_for_update= tables_for_update= get_table_map(fields); /* Setup timestamp handling and locking mode |