~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

First pass on cleanup of Stewart's patch, plus re-engineer to make it work a
bit more with the current system. Engines approve key/pair.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1056
1056
  ER_ALTER_SCHEMA,
1057
1057
  ER_DROP_SCHEMA,
1058
1058
  ER_USE_SQL_BIG_RESULT,
1059
 
  ER_ERROR_LAST= ER_USE_SQL_BIG_RESULT
 
1059
  ER_UNKNOWN_ENGINE_OPTION,
 
1060
  ER_UNKNOWN_SCHEMA_OPTION,
 
1061
  ER_ERROR_LAST= ER_UNKNOWN_SCHEMA_OPTION
1060
1062
};
1061
1063
 
1062
1064
enum drizzle_exit_codes {