~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/item_subselect.h

  • 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:
402
402
    result= res;
403
403
    item= si;
404
404
    res_type= STRING_RESULT;
405
 
    res_field_type= MYSQL_TYPE_VAR_STRING;
 
405
    res_field_type= MYSQL_TYPE_STRING;
406
406
    maybe_null= 0;
407
407
  }
408
408
  virtual ~subselect_engine() {}; // to satisfy compiler