Documentation ¶
Index ¶
Constants ¶
View Source
const ErrDupEntry = 1062
ErrDupEntry MySQL Error 1062 indicates a duplicate primary key i.e. the row already exists, so we don't do the insert and return a ConditionalUpdate error.
View Source
const (
// PluginName is the name of the plugin
PluginName = "mysql"
)
Variables ¶
This section is empty.
Functions ¶
func GetTestClusterOption ¶
func GetTestClusterOption() *pt.TestBaseOptions
GetTestClusterOption return test options
Types ¶
Click to show internal directories.
Click to hide internal directories.