~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2008-08-05 06:19:05 UTC
  • mfrom: (244.1.1 drizzle-mem-ebay)
  • mto: This revision was merged to the branch mainline in revision 264.
  • Revision ID: brian@tangent.org-20080805061905-1r8krslxae65qh76
Merge from Harrison Fisk of the Ebay + Google Hash engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
363
363
#define HA_CREATE_USED_KEY_BLOCK_SIZE   (1L << 19)
364
364
#define HA_CREATE_USED_TRANSACTIONAL    (1L << 20)
365
365
#define HA_CREATE_USED_PAGE_CHECKSUM    (1L << 21)
 
366
#define HA_CREATE_USED_BLOCK_SIZE       (1L << 22)
366
367
 
367
368
typedef uint64_t my_xid; // this line is the same as in log_event.h
368
369
#define MYSQL_XID_PREFIX "MySQLXid"
763
764
  uint32_t avg_row_length;
764
765
  uint32_t used_fields;
765
766
  uint32_t key_block_size;
 
767
  uint32_t block_size;
766
768
  SQL_LIST merge_list;
767
769
  handlerton *db_type;
768
770
  enum row_type row_type;