~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/trx/trx0purge.cc

  • Committer: Olaf van der Spek
  • Date: 2011-07-04 19:11:47 UTC
  • mto: This revision was merged to the branch mainline in revision 2367.
  • Revision ID: olafvdspek@gmail.com-20110704191147-s99ojek811zi1fzj
RemoveĀ unusedĀ Name_resolution_context::error_reporter

Show diffs side-by-side

added added

removed removed

Lines of Context:
1100
1100
        /*      que_thr_t*      thr2; */
1101
1101
        ulint           old_pages_handled;
1102
1102
 
 
1103
        if (srv_fake_write)
 
1104
          return(0);
 
1105
 
1103
1106
        mutex_enter(&(purge_sys->mutex));
1104
1107
 
1105
1108
        if (purge_sys->trx->n_active_thrs > 0) {