~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2010-12-24 16:11:53 UTC
  • mfrom: (2023.2.3 bool)
  • Revision ID: brian@tangent.org-20101224161153-aq2tqgalzur623c9
Merge in BOOLEAN

Show diffs side-by-side

added added

removed removed

Lines of Context:
1065
1065
  ER_CORRUPT_TABLE_DEFINITION_UNKNOWN_COLLATION,
1066
1066
  ER_INVALID_CAST_TO_SIGNED,
1067
1067
  ER_INVALID_CAST_TO_UNSIGNED,
 
1068
  ER_INVALID_BOOLEAN_VALUE,
1068
1069
 
1069
 
  // Leave UUID as LAST, and force people to use tags instead of numbers in
1070
 
  // error messages in test.
1071
 
  ER_ERROR_LAST= ER_INVALID_CAST_TO_UNSIGNED
 
1070
  // Leave ER_INVALID_BOOLEAN_VALUE as LAST, and force people to use tags
 
1071
  // instead of numbers in error messages in test.
 
1072
  ER_ERROR_LAST= ER_INVALID_BOOLEAN_VALUE
1072
1073
};
1073
1074
 
1074
1075
enum drizzle_exit_codes {