~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2009-11-26 18:48:20 UTC
  • mfrom: (1226.1.3 push)
  • Revision ID: brian@gaz-20091126184820-hltr0upee0ahopsj
Bundle Brian + Monty  (been through staging, just collecting it as want
overall patch as seen by staging).

Show diffs side-by-side

added added

removed removed

Lines of Context:
330
330
#define HA_ADMIN_INTERNAL_ERROR  -4
331
331
#define HA_ADMIN_INVALID         -5
332
332
#define HA_ADMIN_REJECT          -6
333
 
#define HA_ADMIN_TRY_ALTER       -7
334
 
#define HA_ADMIN_NEEDS_UPGRADE  -10
335
 
#define HA_ADMIN_NEEDS_ALTER    -11
336
 
#define HA_ADMIN_NEEDS_CHECK    -12
337
333
 
338
334
/* Bits in table_flags() to show what database can do */
339
335