~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/item_subselect.h

  • Committer: Patrick Galbraith
  • Date: 2008-07-27 19:30:42 UTC
  • mto: (212.1.4 codestyle)
  • mto: This revision was merged to the branch mainline in revision 217.
  • Revision ID: patg@ishvara-20080727193042-iie3dyo65v0grevw
Renamed all MYSQL_TYPE... to FIELD_TYPE...

It took less time than I thought.

All tests pass.

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_STRING;
 
405
    res_field_type= FIELD_TYPE_STRING;
406
406
    maybe_null= 0;
407
407
  }
408
408
  virtual ~subselect_engine() {}; // to satisfy compiler