~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Lee Bieber
  • Date: 2010-12-24 05:08:44 UTC
  • mfrom: (2026.1.2 build)
  • Revision ID: kalebral@gmail.com-20101224050844-9jll4ywf0rmhxaf4
Merge Brian - Update to tests, we just want to look at our own tables, not global.
Merge Brian - Final bits of encapsulation work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1061
1061
  ER_ADMIN_ACCESS,
1062
1062
  ER_INVALID_UUID_VALUE,
1063
1063
  ER_INVALID_UUID_TIME,
 
1064
  ER_CORRUPT_TABLE_DEFINITION_ENUM,
 
1065
  ER_CORRUPT_TABLE_DEFINITION_UNKNOWN_COLLATION,
1064
1066
 
1065
 
  ER_ERROR_LAST= ER_INVALID_UUID_TIME
 
1067
  ER_ERROR_LAST= ER_CORRUPT_TABLE_DEFINITION_UNKNOWN_COLLATION
1066
1068
};
1067
1069
 
1068
1070
enum drizzle_exit_codes {