Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 10.4.1
-
Component/s: Authentication and Privilege System
-
Labels:None
Description
Users and dbs are stored in memory in an array and searched with a linear search.
This becomes too slow with a large number of accounts, it'd be good to optimize it.
Attachments
Issue Links
- causes
-
MDEV-17946 Assertion `strcmp(arr[i].get_username(), arr[i + 1].get_username()) <= 0' failed in find_first_user upon GRANT
-
- Closed
-
- relates to
-
MDEV-15222 Connections hanging in 'checking permissions' state
-
- Closed
-