~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2010-12-24 07:53:15 UTC
  • mfrom: (2024.1.3 clean)
  • Revision ID: brian@tangent.org-20101224075315-qiwlw4rc1bwx1p2m
MergeĀ inĀ CAST.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1063
1063
  ER_INVALID_UUID_TIME,
1064
1064
  ER_CORRUPT_TABLE_DEFINITION_ENUM,
1065
1065
  ER_CORRUPT_TABLE_DEFINITION_UNKNOWN_COLLATION,
 
1066
  ER_INVALID_CAST_TO_SIGNED,
 
1067
  ER_INVALID_CAST_TO_UNSIGNED,
1066
1068
 
1067
 
  ER_ERROR_LAST= ER_CORRUPT_TABLE_DEFINITION_UNKNOWN_COLLATION
 
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
1068
1072
};
1069
1073
 
1070
1074
enum drizzle_exit_codes {