]> source.dussan.org Git - gitea.git/commit
Fix sqlite deadlock when assigning to a PR (#5640)
authorzeripath <art27@cantab.net>
Fri, 4 Jan 2019 21:51:27 +0000 (21:51 +0000)
committertechknowlogick <hello@techknowlogick.com>
Fri, 4 Jan 2019 21:51:27 +0000 (16:51 -0500)
commit6311e4ce6aba67d15a199d94adbdb81f9acbe9ce
treeb9a7ee7e7c185b929b24c08ee91b204aef10acb7
parent9e901039e7815ee5b8a9063265125bd34f169cdf
Fix sqlite deadlock when assigning to a PR (#5640)

* Fix sqlite deadlock when assigning to a PR

Fix 5639

Signed-off-by: Andrew Thornton <art27@cantab.net>
* More possible deadlocks found and fixed

Signed-off-by: Andrew Thornton <art27@cantab.net>
models/issue.go
models/issue_assignees.go
models/issue_mail.go
models/issue_user.go
models/org.go
models/repo_watch.go