Commit 64083dd3 authored by marko's avatar marko

branches/zip: trx_sys_create_doublewrite_buf(): As the dummy change,

initialize FIL_PAGE_TYPE.  This will make it easier to write the debug
assertions for ibbackup --apply-log.
parent 27f859ce
......@@ -338,9 +338,9 @@ start_again:
be written to disk in a flush */
mlog_write_ulint(buf_block_get_frame(new_block)
+ FIL_PAGE_DATA,
TRX_SYS_DOUBLEWRITE_MAGIC_N,
MLOG_4BYTES, &mtr);
+ FIL_PAGE_TYPE,
FIL_PAGE_TYPE_ALLOCATED,
MLOG_2BYTES, &mtr);
if (i == FSP_EXTENT_SIZE / 2) {
mlog_write_ulint(doublewrite
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment