зеркало из https://github.com/github/vitess-gh.git
bug fix: honor invalidation commits while in shutdown mode.
This commit is contained in:
Родитель
b10940d1a4
Коммит
ba7248ed40
|
@ -419,7 +419,8 @@ var slaveDirtyRows map[string]DirtyKeys
|
|||
|
||||
func (self *SqlQuery) SlaveTx(cmd *SlaveTxCommand, noOutput *string) (err error) {
|
||||
defer handleError(&err)
|
||||
self.checkState(self.sessionId, false)
|
||||
allowShutdown := (cmd.Command == "commit")
|
||||
self.checkState(self.sessionId, allowShutdown)
|
||||
*noOutput = ""
|
||||
self.mu.RLock()
|
||||
defer self.mu.RUnlock()
|
||||
|
|
Загрузка…
Ссылка в новой задаче