Make sure that information schema knows also page compressed page

type and that we decompress fist page if it is page compressed
before really accessing it.
This commit is contained in:
Jan Lindström 2014-10-20 15:53:07 +03:00
commit c1f5f61c9b
4 changed files with 6 additions and 6 deletions

View file

@ -103,6 +103,7 @@ static buf_page_desc_t i_s_page_type[] = {
{"COMPRESSED_BLOB", FIL_PAGE_TYPE_ZBLOB},
{"COMPRESSED_BLOB2", FIL_PAGE_TYPE_ZBLOB2},
{"IBUF_INDEX", I_S_PAGE_TYPE_IBUF},
{"PAGE COMPRESSED", FIL_PAGE_PAGE_COMPRESSED},
{"UNKNOWN", I_S_PAGE_TYPE_UNKNOWN}
};