1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

merging fix

This commit is contained in:
unknown
2006-05-03 17:43:32 +05:00
parent 7d121a7fd5
commit 66edfe285a

View File

@@ -2570,7 +2570,7 @@ send_result_message:
table->table->s->version=0; // Force close of table table->table->s->version=0; // Force close of table
else if (open_for_modify) else if (open_for_modify)
{ {
if (table->table->tmp_table) if (table->table->s->tmp_table)
table->table->file->info(HA_STATUS_CONST); table->table->file->info(HA_STATUS_CONST);
else else
{ {