summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorholyfoot@deer.(none) <>2006-05-03 17:43:32 +0500
committerholyfoot@deer.(none) <>2006-05-03 17:43:32 +0500
commit81e625ac4a6e3bf1a931b302309c7271bf9dfa6a (patch)
tree47a917ef43ca9669b945a30f662cd5259bd01981 /sql/sql_table.cc
parentf66bcd253500081cf18b30d2b3f105e05e415d2c (diff)
downloadmariadb-git-81e625ac4a6e3bf1a931b302309c7271bf9dfa6a.tar.gz
merging fix
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index f6de9e34785..e9be44d7f24 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -2570,7 +2570,7 @@ send_result_message:
table->table->s->version=0; // Force close of table
else if (open_for_modify)
{
- if (table->table->tmp_table)
+ if (table->table->s->tmp_table)
table->table->file->info(HA_STATUS_CONST);
else
{