~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-04-20 23:05:58 UTC
  • Revision ID: brian@gaz-20100420230558-4hvn8dl7qziu4duv
Fix for PPC

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;
 
381
 
380
382
        /* The lock order is:
381
383
         * 1. Cache segment (cs_lock) - This is only by ind_free_block()!
382
384
         * 1. S/Slock cache block (cb_lock)
833
835
        u_int                   file_id;
834
836
        xtIndexNodeID   address;
835
837
        DcSegmentPtr    seg;
 
838
        (void)ot;
836
839
 
837
840
#ifdef DEBUG_CHECK_IND_CACHE
838
841
        xt_ind_check_cache(NULL);