Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FeatureIDTiDB represents the general TiDB-specific features. FeatureIDTiDB = "" // FeatureIDAutoRandom is the `auto_random` feature. FeatureIDAutoRandom = "auto_rand" // FeatureIDAutoIDCache is the `auto_id_cache` feature. FeatureIDAutoIDCache = "auto_id_cache" // FeatureIDAutoRandomBase is the `auto_random_base` feature. FeatureIDAutoRandomBase = "auto_rand_base" // FeatureIDClusteredIndex is the `clustered_index` feature. FeatureIDClusteredIndex = "clustered_index" // FeatureIDForceAutoInc is the `force auto_increment` feature. FeatureIDForceAutoInc = "force_inc" // FeatureIDPlacement is the `placement rule` feature. FeatureIDPlacement = "placement" )
Variables ¶
This section is empty.
Functions ¶
func CanParseFeature ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.