~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/ibuf/ibuf0ibuf.cc

  • Committer: Lee Bieber
  • Date: 2011-03-31 14:40:56 UTC
  • mfrom: (2242.1.133 drizzle-xtrabackup)
  • Revision ID: kalebral@gmail.com-20110331144056-hdhp6cj0zo1keuc9
Merge Stewart - xtrabackup port to drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
1125
1125
 
1126
1126
        ut_ad(!recv_no_ibuf_operations);
1127
1127
 
 
1128
        if (srv_fake_write)
 
1129
          return(FALSE);
 
1130
 
1128
1131
        if (ibuf_fixed_addr_page(space, zip_size, page_no)) {
1129
1132
 
1130
1133
                return(TRUE);
2613
2616
        ulint   n_bytes;
2614
2617
        ulint   n_pag2;
2615
2618
 
 
2619
        if (srv_fake_write)
 
2620
          return(0);
 
2621
 
2616
2622
        while (sum_pages < n_pages) {
2617
2623
                n_bytes = ibuf_contract_ext(&n_pag2, sync);
2618
2624