summaryrefslogtreecommitdiff
path: root/mysql-test/suite/roles/password.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be ↵Oleksandr Byelkin2015-09-041-0/+1
| | | | stopped with no-zero size)
* sql_acl.cc: better recognize the context to tell the role from a userSergei Golubchik2014-12-041-10/+10
| | | | REQUIRE and MAX_QUERIES_PER_HOUR can not possibly apply to a role
* MDEV-5526 Assertion `proxied_user->host.length' fails on GRANT PROXY ON <role>Sergei Golubchik2014-01-291-5/+5
| | | | | recognize the context better: always treat the barename as a username in the username context
* Don't allow authentication clauses for roles, in particular:Sergei Golubchik2013-10-281-0/+34
GRANT ... IDENTIFIED BY [ PASSWORD ] ... GRANT ... IDENTIFIED VIA ... [ USING ... ] GRANT ... REQUIRE ... GRANT ... MAX_xxx ... SET PASSWORD FOR ... = ...