~fallenpegasus/drizzle/logcsv

« back to all changes in this revision

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

  • Committer: lbieber at stabletransit
  • Date: 2010-10-13 16:20:08 UTC
  • mfrom: (1843.1.3 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101013162008-qi2e6k5yvfm16964
Merge Stewart - update innobase plugin to be based on innodb_plugin 1.0.6
Merge Monty - more valgrind cleanup
Merge Monty - Moved libdrizzle api listings from doxygen to sphinx

Show diffs side-by-side

added added

removed removed

Lines of Context:
1195
1195
        }
1196
1196
 
1197
1197
        /* Out of space: restore the page */
1198
 
        if (!page_zip_decompress(page_zip, page)) {
 
1198
        if (!page_zip_decompress(page_zip, page, FALSE)) {
1199
1199
                ut_error; /* Memory corrupted? */
1200
1200
        }
1201
1201
        ut_ad(page_validate(page, index));