~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:22:36 UTC
  • mto: (1309.2.13 build)
  • mto: This revision was merged to the branch mainline in revision 1318.
  • Revision ID: stewart@flamingspork.com-20100302062236-wl8amzamfo4vq3st
don't lie about what Item_result is for

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
};
209
209
 
210
210
 
211
 
  /* The following is for user defined functions */
212
 
 
213
211
enum Item_result {STRING_RESULT=0, REAL_RESULT, INT_RESULT, ROW_RESULT,
214
212
                  DECIMAL_RESULT};
215
213