~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

enable subselect_not, subselect_no_mat and variables tests, some other misc clean up on other tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
515
515
#define HA_ADMIN_INVALID         -5
516
516
#define HA_ADMIN_REJECT          -6
517
517
#define HA_ADMIN_TRY_ALTER       -7
518
 
#define HA_ADMIN_NOT_BASE_TABLE  -9
519
518
#define HA_ADMIN_NEEDS_UPGRADE  -10
520
519
#define HA_ADMIN_NEEDS_ALTER    -11
521
520
#define HA_ADMIN_NEEDS_CHECK    -12