]> source.dussan.org Git - gitea.git/commit
Fix parallelly generating index failure with Mysql (#24567)
authorLunny Xiao <xiaolunwen@gmail.com>
Mon, 5 Jun 2023 10:33:47 +0000 (18:33 +0800)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 10:33:47 +0000 (10:33 +0000)
commit315124b4693dd56d94d52cda3015611184a49a27
tree273ea4fcb2c1bff7409834477d2a7287c7580ce1
parent3d1fda737bc36e80a670f856fd85f6b884872b73
Fix parallelly generating index failure with Mysql (#24567)
models/db/index.go
models/git/commit_status.go
tests/integration/api_issue_test.go
tests/integration/repo_commits_test.go