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 | 2614a125e77fbdd467c04029fceaa07ce85a595d (patch) | |
tree | 47a917ef43ca9669b945a30f662cd5259bd01981 /sql/sql_table.cc | |
parent | 672ec2e8a219fdc8130ce704015870e8d7df262a (diff) | |
download | mariadb-git-2614a125e77fbdd467c04029fceaa07ce85a595d.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 { |