diff options
author | holyfoot@deer.(none) <> | 2006-05-03 17:43:32 +0500 |
---|---|---|
committer | holyfoot@deer.(none) <> | 2006-05-03 17:43:32 +0500 |
commit | 81e625ac4a6e3bf1a931b302309c7271bf9dfa6a (patch) | |
tree | 47a917ef43ca9669b945a30f662cd5259bd01981 /sql/sql_table.cc | |
parent | f66bcd253500081cf18b30d2b3f105e05e415d2c (diff) | |
download | mariadb-git-81e625ac4a6e3bf1a931b302309c7271bf9dfa6a.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 { |