package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Functions
NewEtcdSyncer creates a new Syncer.
NewMemSyncer creates a new memory Syncer.
# Constants
InitialVersion is the initial schema version for every server.
# Variables
CheckVersFirstWaitTime is a waitting time before the owner checks all the servers of the schema version, and it's an exported variable for testing.
# Structs
MemSyncer is in memory schema version syncer, used for uni-store where there is only 1 TiDB instance.
# Interfaces
Syncer is used to synchronize schema version between the DDL owner and follower.