summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <holyfoot@deer.(none)>2006-05-03 17:43:32 +0500
committerunknown <holyfoot@deer.(none)>2006-05-03 17:43:32 +0500
commit66edfe285a208e651ddb7cae4cf193bcc493114b (patch)
tree47a917ef43ca9669b945a30f662cd5259bd01981 /sql
parent7d121a7fd520b42410027238e1aeb4d709941b40 (diff)
downloadmariadb-git-66edfe285a208e651ddb7cae4cf193bcc493114b.tar.gz
merging fix
Diffstat (limited to 'sql')
-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
{