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

Backport of fix for Bug#12763207 - ASSERT IN SUBSELECT::SINGLE_VALUE_TRANSFORMER

This commit is contained in:
Tor Didriksen
2012-03-27 14:39:27 +02:00
parent 7ed197c95f
commit efc29bc531
4 changed files with 112 additions and 1 deletions

View File

@ -3979,6 +3979,7 @@ Item *Field_iterator_table::create_item(THD *thd)
{
select->non_agg_fields.push_back(item);
item->marker= select->cur_pos_in_select_list;
select->set_non_agg_field_used(true);
}
return item;
}