~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisam.h

  • Committer: Brian Aker
  • Date: 2009-01-16 05:48:47 UTC
  • Revision ID: brian@tangent.org-20090116054847-vzuh1xndwn8jv4nb
Refactor for myisam specifics in handler

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
 
350
350
#define T_REP_ANY               (T_REP | T_REP_BY_SORT | T_REP_PARALLEL)
351
351
 
352
 
/*
353
 
  Flags used by myisamchk.c or/and ha_myisam.cc that are NOT passed
354
 
  to mi_check.c follows:
355
 
*/
356
 
 
357
 
#define TT_USEFRM               1
358
 
 
359
352
#define O_NEW_INDEX     1               /* Bits set in out_flag */
360
353
#define O_NEW_DATA      2
361
354
#define O_DATA_LOST     4