mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
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:
parent
d24919969a
commit
c1f5f61c9b
4 changed files with 6 additions and 6 deletions
|
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue