Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + func DelKeyWithPrefix(rm kv.RetrieverMutator, prefix kv.Key) error + func RandomBuf(size int) []byte + func RowKeyPrefixFilter(rowKeyPrefix kv.Key) kv.FnKeyCmp + func RunWithRetry(retryCnt int, backoff uint64, f func() (bool, error)) (err error) + func ScanMetaWithPrefix(retriever kv.Retriever, prefix kv.Key, filter func(kv.Key, []byte) bool) error + type ProcessInfo struct + Command string + DB string + Host string + ID uint64 + Info string + State uint16 + Time time.Time + User string + type SessionManager interface + Kill func(connectionID uint64, query bool) + ShowProcessList func() []ProcessInfo