1
0
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:
Sergei Golubchik
2015-05-08 11:20:43 +02:00
7 changed files with 31 additions and 5 deletions

View File

@ -1012,7 +1012,7 @@ send_result_message:
break;
}
}
if (table->table)
if (table->table && !table->view)
{
if (table->table->s->tmp_table)
{