summaryrefslogtreecommitdiff
path: root/sql/sql_acl_getsort.ic
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-14735 better matching order for grantsSergei Golubchik2019-06-171-0/+205
fixes MDEV-14732 mysql.db privileges evaluated on order of grants rather than hierarchically MDEV-8269 Correct fix for Bug #20181776 :- ACCESS CONTROL DOESN'T MATCH MOST SPECIFIC HOST WHEN IT CONTAINS WILDCARD reimplement the old ad hoc get_sort() function to use a wildcard pattern ordering logic that works correctly in may be all practical cases. get_sort() is renamed to catch merge errors at compilation time. moved to a separate included file, because of a long comment.