2279
2279
case BUF_BLOCK_FILE_PAGE:
2280
2280
frame = buf_block_get_frame((buf_block_t*) bpage);
2281
2281
fprintf(stderr, "\ntype %lu"
2283
2283
(ulong) fil_page_get_type(frame),
2288
2289
fprintf(stderr, "\ntype %lu size %lu"
2290
2291
(ulong) fil_page_get_type(frame),
2291
2292
(ulong) buf_page_get_zip_size(bpage),