MySQL 5.6.14 Source Code Document
|
#include <Dblqh.hpp>
Public Attributes | |
Uint16 | gcpFilePtr [4] |
Uint16 | gcpPageNo [4] |
Uint16 | gcpWordNo [4] |
UintR | gcpId |
Uint8 | gcpLogPartState [4] |
Uint8 | gcpSyncReady [4] |
UintR | gcpUserptr |
BlockReference | gcpBlockref |
This record describes a global checkpoint that is completed. It waits for all log records belonging to this global checkpoint to be saved on disk.
BlockReference Dblqh::GcpRecord::gcpBlockref |
Uint16 Dblqh::GcpRecord::gcpFilePtr[4] |
The file number within each log part where the log was located when gcp_savereq was received. The last record belonging to this global checkpoint is certainly before this place in the log. We could come even closer but it would cost performance and doesn't seem like a good idea. This is simple and it works.
UintR Dblqh::GcpRecord::gcpId |
Uint8 Dblqh::GcpRecord::gcpLogPartState[4] |
Uint16 Dblqh::GcpRecord::gcpPageNo[4] |
Uint8 Dblqh::GcpRecord::gcpSyncReady[4] |
UintR Dblqh::GcpRecord::gcpUserptr |
Uint16 Dblqh::GcpRecord::gcpWordNo[4] |