1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Subquery optimizations backport: fix test failures, update test results.

This commit is contained in:
Sergey Petrunya
2010-02-18 00:59:41 +03:00
parent 663773aa8c
commit d63959eed3
13 changed files with 117 additions and 81 deletions

View File

@ -714,7 +714,8 @@ bool Select_materialize::send_fields(List<Item> &list, uint flags)
{
DBUG_ASSERT(table == 0);
if (create_result_table(unit->thd, unit->get_unit_column_types(),
FALSE, thd->options | TMP_TABLE_ALL_COLUMNS, ""))
FALSE, thd->options | TMP_TABLE_ALL_COLUMNS, "",
FALSE))
return TRUE;
materialized_cursor= new (&table->mem_root)