~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2010-12-24 05:50:22 UTC
  • mto: (2035.1.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2030.
  • Revision ID: brian@tangent.org-20101224055022-kcdt5djgx3o2z4sx
Merge in BOOL type. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1060
1060
  ER_ADMIN_ACCESS,
1061
1061
  ER_INVALID_UUID_VALUE,
1062
1062
  ER_INVALID_UUID_TIME,
 
1063
  ER_INVALID_BOOL_VALUE,
1063
1064
 
1064
 
  ER_ERROR_LAST= ER_INVALID_UUID_TIME
 
1065
  ER_ERROR_LAST= ER_INVALID_BOOL_VALUE
1065
1066
};
1066
1067
 
1067
1068
enum drizzle_exit_codes {