~linuxjedi/drizzle/drizzle-bug-597905

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Monty Taylor
  • Date: 2010-06-25 04:55:52 UTC
  • mfrom: (1637.1.4 staging)
  • Revision ID: mordred@inaugust.com-20100625045552-zh9d8e8va6re0eoe
Fixes from Brian to increase strictness/correctness, Toru to remove
current_session from blitzdb, a race condition bugfix from Joe Daly,
and moving of when plugins call program_options from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1058
1058
  ER_UNKNOWN_SCHEMA_OPTION,
1059
1059
  ER_EVENT_OBSERVER_PLUGIN,
1060
1060
  ER_CORRUPT_SCHEMA_DEFINITION,
1061
 
  ER_ERROR_LAST= ER_CORRUPT_SCHEMA_DEFINITION
 
1061
  ER_CARTESIAN_JOIN_ATTEMPTED,
 
1062
  ER_ERROR_LAST= ER_CARTESIAN_JOIN_ATTEMPTED
1062
1063
};
1063
1064
 
1064
1065
enum drizzle_exit_codes {