[MDEV-15649] optimize search for user/db privileges Created: 2018-03-23 Updated: 2019-08-22 Resolved: 2018-12-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Fix Version/s: | 10.4.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Users and dbs are stored in memory in an array and searched with a linear search. |