~longbow/percona-xtrabackup/galera-info-latest

« back to all changes in this revision

Viewing changes to patches/innodb51_builtin.patch

  • Committer: Stewart Smith
  • Date: 2011-10-07 00:45:48 UTC
  • Revision ID: stewart@flamingspork.com-20111007004548-el2cbqh5yn1ualpl
fix compiler error for innodb51_builtin patch:  In function ‘fil_node_prepare_for_io’: error: control reaches end of non-void function

Show diffs side-by-side

added added

removed removed

Lines of Context:
553
553
        }
554
554
 
555
555
        if (node->n_pending == 0 && space->purpose == FIL_TABLESPACE
556
 
@@ -4067,7 +4259,9 @@
 
556
@@ -3937,6 +4130,7 @@
 
557
        }
 
558
 
 
559
        node->n_pending++;
 
560
+       return 0;
 
561
 }
 
562
 
 
563
 /************************************************************************
 
564
@@ -4067,7 +4261,9 @@
557
565
        ut_ad(recv_no_ibuf_operations || (type == OS_FILE_WRITE)
558
566
              || !ibuf_bitmap_page(block_offset) || sync || is_log);
559
567
 #ifdef UNIV_SYNC_DEBUG
564
572
              || ibuf_page(space_id, block_offset));
565
573
 #endif
566
574
 #endif
567
 
@@ -4112,6 +4306,16 @@
 
575
@@ -4112,6 +4308,16 @@
568
576
 
569
577
        ut_ad((mode != OS_AIO_IBUF) || (space->purpose == FIL_TABLESPACE));
570
578