~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: lbieber
  • Date: 2010-09-22 13:48:54 UTC
  • mfrom: (1784.1.3 build)
  • Revision ID: lbieber@orisndriz08-20100922134854-y7mae2taqhn73vsx
Merge Paul M. - latest changes from PBXT 1.0.11-7
Merge Paul M. - fix bug 641038 - pbxt rollback not working (tables reported as non-transactional)
Merge Andrew - fix show stoppers for new drizzledump

Show diffs side-by-side

added added

removed removed

Lines of Context:
425
425
        u_int                           mi_flags;
426
426
        u_int                           mi_key_size;
427
427
        u_int                           mi_max_items;                           /* The maximum number of items that can fit in a leaf node. */
428
 
        xtBool                          mi_low_byte_first;
 
428
        xtBool                          mi_key_corrupted;                       /* Set to TRUE if a currupted index key is detected. */
429
429
        xtBool                          mi_fix_key;
430
430
        xtBool                          mi_lazy_delete;                         /* TRUE if index entries are "lazy deleted". */
431
431
        u_int                           mi_single_type;                         /* Used when the index contains a single field. */