~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Stewart Smith
  • Date: 2010-03-01 01:16:44 UTC
  • mto: (1309.1.19 build)
  • mto: This revision was merged to the branch mainline in revision 1315.
  • Revision ID: stewart@flamingspork.com-20100301011644-mg9rj39jkig4url3
remove unused HA_STATE_BUFF_SAVED define

Show diffs side-by-side

added added

removed removed

Lines of Context:
425
425
#define HA_STATE_PREV_FOUND     32      /* Prev found record (record after) */
426
426
#define HA_STATE_KEY_CHANGED    128
427
427
#define HA_STATE_WRITE_AT_END   256     /* set in _ps_find_writepos */
428
 
#define HA_STATE_BUFF_SAVED     512     /* If current keybuff is info->buff */
429
428
#define HA_STATE_ROW_CHANGED    1024    /* To invalide ROW cache */
430
429
#define HA_STATE_EXTEND_BLOCK   2048
431
430
#define HA_STATE_RNEXT_SAME     4096    /* rnext_same occupied lastkey2 */