~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Stewart Smith
  • Date: 2010-03-02 06:41:59 UTC
  • mto: (1309.2.13 build)
  • mto: This revision was merged to the branch mainline in revision 1318.
  • Revision ID: stewart@flamingspork.com-20100302064159-gktw6hcbs3u0fflm
move Item_result out to its own header file and out of common.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
                        DRIZZLE_TYPE_MAX=DRIZZLE_TYPE_BLOB
208
208
};
209
209
 
210
 
 
211
 
enum Item_result {STRING_RESULT=0, REAL_RESULT, INT_RESULT, ROW_RESULT,
212
 
                  DECIMAL_RESULT};
213
 
 
214
210
} /* namespace drizzled */
215
211
 
216
212
#endif /* defined(__cplusplus) */