mysql: use inner join for hook_task deletion

Attempt to fix #3678
This commit is contained in:
oliverpool 2024-05-22 12:16:05 +02:00
parent bb165fadf6
commit 4ffda656e8
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).