~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/item_subselect.h

  • Committer: Patrick Galbraith
  • Date: 2008-07-28 01:47:41 UTC
  • mto: (212.1.8 codestyle)
  • mto: This revision was merged to the branch mainline in revision 217.
  • Revision ID: patg@ishvara-20080728014741-yoasv5trt1ef9rha
Renamed FIELD_TYPE to DRIZZLE_TYPE

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