mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
merging fix
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user