~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2010-11-27 09:26:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1956.
  • Revision ID: brian@tangent.org-20101127092654-e3m8yuxal0k346u0
Update such that we can now do a lock test with a wait.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1053
1053
  ER_USER_LOCKS_NOT_OWNER_OF_BARRIER,
1054
1054
  ER_USER_LOCKS_CANT_WAIT_ON_OWN_LOCK,
1055
1055
  ER_USER_LOCKS_NOT_OWNER_OF_LOCK,
 
1056
  ER_USER_LOCKS_INVALID_NAME_BARRIER,
 
1057
  ER_USER_LOCKS_INVALID_NAME_LOCK,
1056
1058
 
1057
 
  ER_ERROR_LAST= ER_USER_LOCKS_NOT_OWNER_OF_LOCK
 
1059
  ER_ERROR_LAST= ER_USER_LOCKS_INVALID_NAME_LOCK
1058
1060
};
1059
1061
 
1060
1062
enum drizzle_exit_codes {