mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
merging fix
This commit is contained in:
parent
7d121a7fd5
commit
66edfe285a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue