summaryrefslogtreecommitdiff
path: root/mysql-test/suite/roles/role_case_sensitive-10744.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-10744: Roles are not fully case sensitiveVicențiu Ciorbaru2016-12-011-0/+54
Due to the collation used on the roles_mapping_hash, key comparison would work in a case-insensitive manner. This is incorrect from the roles mapping perspective. Make use of a case-sensitive collation for that hash, the same one used for the acl_roles hash.