1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

A fix for the bug when MyISAM tmp table has to be created in order

to resolve derived table.

Will make a test case for this quite soon.
This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-11-15 19:58:07 +02:00
parent 4e6f5f2d12
commit 014073b013
2 changed files with 3 additions and 1 deletions

View File

@ -80,6 +80,7 @@ bool select_union::send_data(List<Item> &values)
{
if (create_myisam_from_heap(table, tmp_table_param, info.last_errno, 0))
return 1;
thd->net.report_error=0; // donno why does it work, but it does ...
}
return 0;
}