We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
guests/lib/UserBackend.php
Lines 220 to 234 in ff10aed
SELECT `uid`, `displayname` FROM `oc_guests_users` `u` LEFT JOIN `oc_preferences` `p` ON (`userid` = `uid`) AND (`appid` = ?) AND (`configkey` = ?) WHERE (`uid` COLLATE `utf8mb4_general_ci` LIKE ?) OR ( `displayname` COLLATE `utf8mb4_general_ci` LIKE ? ) OR ( `configvalue` COLLATE `utf8mb4_general_ci` LIKE ? ) ORDER BY `uid_lower` ASC LIMIT ?
that does not use any index.
Query hash is d9703f573d96020de3765fcd7a85e628
The text was updated successfully, but these errors were encountered:
No branches or pull requests
guests/lib/UserBackend.php
Lines 220 to 234 in ff10aed
that does not use any index.
Query hash is d9703f573d96020de3765fcd7a85e628
The text was updated successfully, but these errors were encountered: