package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Functions
AddIndexGenCol test add index with gen col.
AddIndexMultiCols test add index with 2 columns.
AddIndexNonUnique test add index with non-unique key.
AddIndexPK test add index with pk.
AddIndexUnique test add index with unique key.
InitCompCtx inits SuiteContext for compatibility tests.
InitCompCtxParams inits params for compatibility tests.
InitConcurrentDDLTest inits params for compatibility tests with concurrent ddl.
InitTest inits SuiteContext for test.
InitTestFailpoint inits SuiteContext for failpoint tests.
TestOneColFrame test 1 col frame.
TestOneIndexFrame test 1 index frame.
TestTwoColsFrame test 2 columns frame.
# Constants
TestGenIndex test type of create generated col index.
TestMultiCols test type of multi columns in one index.
TestNonUnique test type of create none unique index.
TestPK test type of create Primary key.
TestUnique test type of create unique index.
# Structs
CompatibilityContext is context of compatibility test.
SuiteContext wraps test context for add index.