diff options
author | unknown <holyfoot@deer.(none)> | 2006-05-03 17:43:32 +0500 |
---|---|---|
committer | unknown <holyfoot@deer.(none)> | 2006-05-03 17:43:32 +0500 |
commit | 66edfe285a208e651ddb7cae4cf193bcc493114b (patch) | |
tree | 47a917ef43ca9669b945a30f662cd5259bd01981 /sql/sql_table.cc | |
parent | 7d121a7fd520b42410027238e1aeb4d709941b40 (diff) | |
download | mariadb-git-66edfe285a208e651ddb7cae4cf193bcc493114b.tar.gz |
merging fix
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 2 |
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 { |