~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2010-12-24 21:27:54 UTC
  • mto: (2035.1.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2037.
  • Revision ID: brian@tangent.org-20101224212754-85xvjullymvhibr9
Merge in cast() for BOOLEAN.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1061
1061
  ER_INVALID_UUID_VALUE,
1062
1062
  ER_INVALID_UUID_TIME,
1063
1063
  ER_INVALID_BOOLEAN_VALUE,
 
1064
  ER_INVALID_CAST_TO_BOOLEAN,
1064
1065
 
1065
 
  ER_ERROR_LAST= ER_INVALID_BOOLEAN_VALUE
 
1066
  ER_ERROR_LAST= ER_INVALID_CAST_TO_BOOLEAN
1066
1067
};
1067
1068
 
1068
1069
enum drizzle_exit_codes {