~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/subselect.cc

  • Committer: David Shrewsbury
  • Date: 2011-02-20 17:06:25 UTC
  • mfrom: (2186 build)
  • mto: (2207.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2202.
  • Revision ID: shrewsbury.dave@gmail.com-20110220170625-kzi6llkbs9vxqh15
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2096
2096
void subselect_engine::set_row(List<Item> &item_list, Item_cache **row)
2097
2097
{
2098
2098
  Item *sel_item;
2099
 
  List_iterator_fast<Item> li(item_list);
 
2099
  List<Item>::iterator li(item_list);
2100
2100
  res_type= STRING_RESULT;
2101
2101
  res_field_type= DRIZZLE_TYPE_VARCHAR;
2102
2102
  for (uint32_t i= 0; (sel_item= li++); i++)