~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Monty Taylor
  • Date: 2010-05-12 05:00:55 UTC
  • mto: (1527.1.5 staging)
  • mto: This revision was merged to the branch mainline in revision 1529.
  • Revision ID: mordred@inaugust.com-20100512050055-i0kvg8xpr9dupz54
Wrap the libraries in if BUILD_*_PLUGIN so that they don't build when we're
disabling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1055
1055
  ER_SCHEMA_DOES_NOT_EXIST,
1056
1056
  ER_ALTER_SCHEMA,
1057
1057
  ER_DROP_SCHEMA,
1058
 
  ER_ERROR_LAST= ER_CORRUPT_TABLE_DEFINITION
 
1058
  ER_USE_SQL_BIG_RESULT,
 
1059
  ER_ERROR_LAST= ER_USE_SQL_BIG_RESULT
1059
1060
};
1060
1061
 
1061
1062
enum drizzle_exit_codes {