| 类 | 说明 |
|---|---|
| AbstractPage |
Page base class.
|
| AllocatedPage |
Allocated empty page which is unused.
|
| FilHeader |
38 bytes page header.
|
| FilTrailer |
8 bytes page trailer.
|
| InnerPage |
page = FIL HEADER (38) + body + FIL TRAILER(8).
|
| SdiPage |
Since MySQL8.0, there is SDI, a.k.a Serialized Dictionary Information(SDI).
|
| 枚举 | 说明 |
|---|---|
| PageType |
Page type.
|
| RecordInfoFlag |
Record header flag.
|
Copyright © 2019–2020 Alibaba Group Holding Limited. All rights reserved.