package
2.1.0-rc.2+incompatible
Repository: https://github.com/coderushing/tidb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewMeta creates a Meta in transaction txn.
NewSnapshotMeta creates a Meta with snapshot.

# Variables

AddIndexJobListKey only keeps the action of adding index.
DefaultJobListKey keeps all actions of DDL jobs except "add index".
ErrDBExists is the error for db exists.
ErrDBNotExists is the error for db not exists.
ErrTableExists is the error for table exists.
ErrTableNotExists is the error for table not exists.

# Structs

Meta is for handling meta information in a transaction.

# Type aliases

JobListKeyType is a key type of the DDL job queue.