Documentation ¶
Index ¶
Constants ¶
View Source
const ( TableLockCmd = "FLUSH TABLES WITH READ LOCK;" TableUnLockCmd = "UNLOCK TABLES;" InstanceLockCmd = "LOCK INSTANCE FOR BACKUP;" InstanceUnLockCmd = "UNLOCK INSTANCE;" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MYSQL ¶
type MYSQL struct {
// contains filtered or unexported fields
}
func (*MYSQL) Prepare ¶ added in v0.1.0
func (m *MYSQL) Prepare() (*amberappApi.PreservedConfig, error)
func (*MYSQL) Quiesce ¶
func (m *MYSQL) Quiesce() (*amberappApi.QuiesceResult, error)
func (*MYSQL) Unquiesce ¶
func (m *MYSQL) Unquiesce(prev *amberappApi.PreservedConfig) error
Click to show internal directories.
Click to hide internal directories.