package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
IsCheckpointsDBExists checks if the checkpoints DB exists.
IsCheckpointTable checks if the table name is a checkpoint table.
NewFileCheckpointsDB creates a new FileCheckpointsDB.
NewFileCheckpointsDBWithExstorageFileName creates a new FileCheckpointsDB with external storage and file name.
NewMySQLCheckpointsDB creates a new MySQLCheckpointsDB.
NewNullCheckpointsDB creates a new NullCheckpointsDB.
NewTableCheckpointDiff returns a new TableCheckpointDiff.
OpenCheckpointsDB opens a checkpoints DB according to the given config.
# Constants
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
CheckpointStatus values.
the table names to store each kind of checkpoint in the checkpoint database remember to increase the version number in case of incompatible change.
the table names to store each kind of checkpoint in the checkpoint database remember to increase the version number in case of incompatible change.
the table names to store each kind of checkpoint in the checkpoint database remember to increase the version number in case of incompatible change.
the table names to store each kind of checkpoint in the checkpoint database remember to increase the version number in case of incompatible change.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
some frequently used SQL statement templates.
WholeTableEngineID is the engine ID used for the whole table engine.
# Structs
ChunkCheckpoint is the checkpoint for a chunk.
ChunkCheckpointKey is the key of a chunk checkpoint.
ChunkCheckpointMerger is the merger for chunk updates.
DestroyedTableCheckpoint is the checkpoint for a table that has been.
EngineCheckpoint is the checkpoint for an engine.
FileCheckpointsDB is a file based checkpoints DB.
MySQLCheckpointsDB is a checkpoints database for MySQL.
NullCheckpointsDB is a checkpoints database with no checkpoints.
RebaseCheckpointMerger is the merger for rebasing the auto-increment ID.
StatusCheckpointMerger is the merger for status updates.
TableCheckpoint is the checkpoint for a table.
TableCheckpointDiff is the difference between two table checkpoints.
TableChecksumMerger is the merger for table checksums.
TaskCheckpoint is the checkpoint for a task.
TidbDBInfo is the database info in TiDB.
TidbTableInfo is the table info in TiDB.
# Interfaces
DB is the interface for a checkpoint database.
TableCheckpointMerger is the interface for merging table checkpoint diffs.
# Type aliases
CheckpointStatus is the status of a checkpoint.