summaryrefslogtreecommitdiff
path: root/mysql-test/suite/roles/grant_revoke_current.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-19650: Privilege bug on MariaDB 10.4Oleksandr Byelkin2020-05-071-1/+1
| | | | | | | | | | | | | | | Also fixes: MDEV-21487: Implement option for mysql_upgrade that allows root@localhost to be replaced MDEV-21486: Implement option for mysql_install_db that allows root@localhost to be replaced Add user mariadb.sys to be definer of user view (and has right on underlying table global_priv for required operation over global_priv (SELECT,UPDATE,DELETE)) Also changed definer of gis functions in case of creation, but they work with any definer so upgrade script do not try to push this change.
* Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-10/+10
|\
| * MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076Oleksandr Byelkin2020-02-051-10/+10
| | | | | | | | Quotes added to output.
* | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-1/+2
|/ | | | | | Implement User_table_json. Fix scripts to use mysql.global_priv. Fix tests.
* fix mtr warnings after 5f0510225aaSergei Golubchik2018-06-241-0/+1
|
* bugfix: IDENTIFIED BY clause was lost in some GRANT variantsSergei Golubchik2014-12-041-0/+15
|
* grant/revoke ... to/from current_roleSergei Golubchik2013-11-021-0/+27