~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/cache_xt.cc

Merge Paul

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
        DcSegmentPtr    seg = NULL;
378
378
        XTIndBlockPtr   xblock;
379
379
 
380
 
        (void)thread;
 
380
        (void) thread; /*DRIZZLED*/
381
381
 
382
382
        /* The lock order is:
383
383
         * 1. Cache segment (cs_lock) - This is only by ind_free_block()!
835
835
        u_int                   file_id;
836
836
        xtIndexNodeID   address;
837
837
        DcSegmentPtr    seg;
838
 
        (void)ot;
 
838
 
 
839
        (void) ot; /*DRIZZLED*/
839
840
 
840
841
#ifdef DEBUG_CHECK_IND_CACHE
841
842
        xt_ind_check_cache(NULL);