~skinny.moey/drizzle/innodb-replication

« back to all changes in this revision

Viewing changes to plugin/innobase/page/page0page.c

  • Committer: Brian Aker
  • Date: 2010-11-08 22:35:57 UTC
  • mfrom: (1802.1.114 trunk)
  • Revision ID: brian@tangent.org-20101108223557-w3xzwp9hjjtjhtc1
MergeĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12
12
 
13
13
You should have received a copy of the GNU General Public License along with
14
 
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
15
 
Place, Suite 330, Boston, MA 02111-1307 USA
 
14
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 
15
St, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
*****************************************************************************/
18
18
 
677
677
 
678
678
                                if (UNIV_UNLIKELY
679
679
                                    (!page_zip_decompress(new_page_zip,
680
 
                                                          new_page))) {
 
680
                                                          new_page, FALSE))) {
681
681
                                        ut_error;
682
682
                                }
683
683
                                ut_ad(page_validate(new_page, index));
790
790
 
791
791
                                if (UNIV_UNLIKELY
792
792
                                    (!page_zip_decompress(new_page_zip,
793
 
                                                          new_page))) {
 
793
                                                          new_page, FALSE))) {
794
794
                                        ut_error;
795
795
                                }
796
796
                                ut_ad(page_validate(new_page, index));