~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2009-11-26 02:37:40 UTC
  • mto: (1226.1.2 push)
  • mto: This revision was merged to the branch mainline in revision 1227.
  • Revision ID: brian@gaz-20091126023740-oqpp5xsxmirrgbnp
Remove OPTIMIZE, place in ALTER TABLE (which does the same thing).

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