mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-02 21:02:09 +00:00
mysql: use inner join for hook_task deletion
Attempt to fix #3678
(cherry picked from commit 4ffda656e8
)
This commit is contained in:
parent
cef84d7abf
commit
8f99d82cf2
2 changed files with 21 additions and 3 deletions
1
release-notes/8.0.0/perf/3865.md
Normal file
1
release-notes/8.0.0/perf/3865.md
Normal file
|
@ -0,0 +1 @@
|
|||
Attempt to speed up user deletion when using mariadb 10 (the subquery took advantage of the available index starting with mariadb 11).
|
Loading…
Add table
Add a link
Reference in a new issue