gh-ost/vendor/github.com/siddontang/go-mysql/failover/const.go

12 lines
139 B
Go
Raw Normal View History

2017-02-12 11:13:54 +00:00
package failover
const (
IOThreadType = "IO_THREAD"
SQLThreadType = "SQL_THREAD"
)
const (
GTIDModeOn = "ON"
GTIDModeOff = "OFF"
)