mysql: use inner join for hook_task deletion

Attempt to fix #3678

(cherry picked from commit 4ffda656e8)
This commit is contained in:
oliverpool 2024-05-22 12:16:05 +02:00 committed by GitHub
parent cef84d7abf
commit 8f99d82cf2
2 changed files with 21 additions and 3 deletions

View 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).