Documentation ¶
Index ¶
- Variables
- func ConvertGlobalStatus(key string, value sql.RawBytes) (interface{}, error)
- func ConvertGlobalVariables(key string, value sql.RawBytes) (interface{}, error)
- func ParseBoolAsInteger(value sql.RawBytes) (interface{}, error)
- func ParseGTIDMode(value sql.RawBytes) (interface{}, error)
- func ParseInt(value sql.RawBytes) (interface{}, error)
- func ParseValue(value sql.RawBytes) (interface{}, error)
- type ConversionFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var GlobalStatusConversions = map[string]ConversionFunc{ "ssl_ctx_verify_depth": ParseInt, "ssl_verify_depth": ParseInt, }
View Source
var GlobalVariableConversions = map[string]ConversionFunc{ "gtid_mode": ParseGTIDMode, }
Functions ¶
func ConvertGlobalStatus ¶
func ConvertGlobalVariables ¶
func ParseBoolAsInteger ¶
func ParseGTIDMode ¶
func ParseValue ¶
Types ¶
type ConversionFunc ¶
Click to show internal directories.
Click to hide internal directories.