~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/index_xt.h

  • Committer: Brian Aker
  • Date: 2010-10-08 20:13:50 UTC
  • mfrom: (1823.1.3 trunk-drizzle)
  • Revision ID: brian@tangent.org-20101008201350-bmjpgakk12zmyw10
Overall merge of Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#ifdef DRIZZLED
27
27
#include <drizzled/definitions.h>
28
 
#include <drizzled/sql_bitmap.h>
29
28
#include <drizzled/field.h>
30
29
using drizzled::Field;
31
30
#else
434
433
        XTPrevItemFunc          mi_prev_item;
435
434
        XTLastItemFunc          mi_last_item;
436
435
        XTSimpleCompFunc        mi_simple_comp_key;
 
436
#ifdef DRIZZLED
 
437
        uint64_t            mi_col_map;                                 /* Bit-map of columns in the index. */
 
438
    uint64_t            mi_col_map_size;            /* size of this bitmap. */
 
439
#else
437
440
        MX_BITMAP                       mi_col_map;                                     /* Bit-map of columns in the index. */
 
441
#endif
438
442
        u_int                           mi_subset_of;                           /* Indicates if this index is a complete subset of someother index. */
439
443
        u_int                           mi_seg_count;
440
444
        XTIndexSegRec           mi_seg[200];