summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/store.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2018-06-27 05:08:40 -0400
committerGeorge Goldberg <george@gberg.me>2018-06-27 10:08:40 +0100
commit0d91bf323ec32f46453b2c4c1877e8eeb830ab4d (patch)
treed458825ac3f5c710e95fc171fa23217377e53b37 /store/sqlstore/store.go
parentf17c15c9d83e42e46adb8e8c1fb9706b22fe6f50 (diff)
downloadchat-0d91bf323ec32f46453b2c4c1877e8eeb830ab4d.tar.gz
chat-0d91bf323ec32f46453b2c4c1877e8eeb830ab4d.tar.bz2
chat-0d91bf323ec32f46453b2c4c1877e8eeb830ab4d.zip
Lock bulk importing to master database node (#9012)
Diffstat (limited to 'store/sqlstore/store.go')
-rw-r--r--store/sqlstore/store.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/store/sqlstore/store.go b/store/sqlstore/store.go
index fc7b3be18..500f98235 100644
--- a/store/sqlstore/store.go
+++ b/store/sqlstore/store.go
@@ -65,6 +65,8 @@ type SqlStore interface {
RemoveIndexIfExists(indexName string, tableName string) bool
GetAllConns() []*gorp.DbMap
Close()
+ LockToMaster()
+ UnlockFromMaster()
Team() store.TeamStore
Channel() store.ChannelStore
Post() store.PostStore