~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/item_subselect.cc

  • Committer: Brian Aker
  • Date: 2008-07-08 18:37:01 UTC
  • Revision ID: brian@tangent.org-20080708183701-2g828ir7rpnirv3f
Second pass at removing old varchar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2102
2102
  Item *sel_item;
2103
2103
  List_iterator_fast<Item> li(item_list);
2104
2104
  res_type= STRING_RESULT;
2105
 
  res_field_type= MYSQL_TYPE_VAR_STRING;
 
2105
  res_field_type= MYSQL_TYPE_STRING;
2106
2106
  for (uint i= 0; (sel_item= li++); i++)
2107
2107
  {
2108
2108
    item->max_length= sel_item->max_length;