~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: kalebral at gmail
  • Date: 2010-12-04 04:58:08 UTC
  • mto: (1971.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1972.
  • Revision ID: kalebral@gmail.com-20101204045808-acto22oxfg43m02e
a few more updates of files that did not have license or had incorrect license structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1056
1056
  ER_USER_LOCKS_INVALID_NAME_BARRIER,
1057
1057
  ER_USER_LOCKS_INVALID_NAME_LOCK,
1058
1058
  ER_KILL_DENY_SELF_ERROR,
1059
 
  ER_INVALID_ALTER_TABLE_FOR_NOT_NULL,
1060
 
  ER_ADMIN_ACCESS,
1061
 
  ER_INVALID_UUID_VALUE,
1062
 
  ER_INVALID_UUID_TIME,
1063
1059
 
1064
 
  ER_ERROR_LAST= ER_INVALID_UUID_TIME
 
1060
  ER_ERROR_LAST= ER_KILL_DENY_SELF_ERROR
1065
1061
};
1066
1062
 
1067
1063
enum drizzle_exit_codes {