~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2010-12-22 21:50:32 UTC
  • mto: (2026.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2027.
  • Revision ID: brian@tangent.org-20101222215032-uc4fg4ff7jfwdvl6
Cleanup error messages around bad table definitions.

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_CORRUPT_TABLE_DEFINITION_ENUM,
 
1064
  ER_CORRUPT_TABLE_DEFINITION_UNKNOWN_COLLATION,
1063
1065
 
1064
 
  ER_ERROR_LAST= ER_INVALID_UUID_TIME
 
1066
  ER_ERROR_LAST= ER_CORRUPT_TABLE_DEFINITION_UNKNOWN_COLLATION
1065
1067
};
1066
1068
 
1067
1069
enum drizzle_exit_codes {