Commit ff3552a0 authored by Marko Mäkelä's avatar Marko Mäkelä

buf_flush_init_for_writing(): Do not reset FIL_PAGE_TYPE_INSTANT

parent 4442f001
......@@ -928,6 +928,7 @@ buf_flush_init_for_writing(
default:
switch (page_type) {
case FIL_PAGE_INDEX:
case FIL_PAGE_TYPE_INSTANT:
case FIL_PAGE_RTREE:
case FIL_PAGE_UNDO_LOG:
case FIL_PAGE_INODE:
......
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