Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrSkip = errors.New("Handler error, but skipped")
)
Functions ¶
This section is empty.
Types ¶
type DefaultDumpHandler ¶
type DefaultDumpHandler struct {
// contains filtered or unexported fields
}
DefaultDumpHandler default handler
func NewDefaultDumpHandler ¶
func NewDefaultDumpHandler(cfg config.Config) *DefaultDumpHandler
NewDefaultDumpHandler debug plugins
type ParseHandler ¶
type ParseHandler interface {
// Parse CHANGE MASTER TO MASTER_LOG_FILE=name, MASTER_LOG_POS=pos;
BinLog(name string, pos uint64) error
Data(schema string, table string, values []string) error
}
ParseHandler parse dump data handler
Click to show internal directories.
Click to hide internal directories.