We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3c99d commit 57058cbCopy full SHA for 57058cb
storage/innobase/include/fil0fil.ic
@@ -131,6 +131,7 @@ fil_page_type_validate(
131
page_type == FIL_PAGE_TYPE_XDES ||
132
page_type == FIL_PAGE_TYPE_BLOB ||
133
page_type == FIL_PAGE_TYPE_ZBLOB ||
134
+ page_type == FIL_PAGE_TYPE_ZBLOB2 ||
135
page_type == FIL_PAGE_TYPE_COMPRESSED))) {
136
137
uint key_version = mach_read_from_4(page + FIL_PAGE_FILE_FLUSH_LSN_OR_KEY_VERSION);
@@ -165,6 +166,7 @@ fil_page_type_validate(
165
166
167
168
169
170
page_type == FIL_PAGE_TYPE_COMPRESSED);
171
return false;
172
}
0 commit comments