mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '5.5' into 10.0
This commit is contained in:
@ -1012,7 +1012,7 @@ send_result_message:
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (table->table)
|
||||
if (table->table && !table->view)
|
||||
{
|
||||
if (table->table->s->tmp_table)
|
||||
{
|
||||
|
Reference in New Issue
Block a user