~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2010-12-03 04:10:23 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101203041023-hd0cwx8jgwcrivck
Big hunk of burning create/drop work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1055
1055
  ER_USER_LOCKS_NOT_OWNER_OF_LOCK,
1056
1056
  ER_USER_LOCKS_INVALID_NAME_BARRIER,
1057
1057
  ER_USER_LOCKS_INVALID_NAME_LOCK,
 
1058
  ER_CATALOG_DOES_NOT_EXIST,
 
1059
  ER_CATALOG_NO_LOCK,
 
1060
  ER_CORRUPT_CATALOG_DEFINITION,
1058
1061
 
1059
 
  ER_ERROR_LAST= ER_USER_LOCKS_INVALID_NAME_LOCK
 
1062
  ER_ERROR_LAST= ER_CORRUPT_CATALOG_DEFINITION
1060
1063
};
1061
1064
 
1062
1065
enum drizzle_exit_codes {