summaryrefslogtreecommitdiff
path: root/mysql-test/main/grant.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-7/+11
|\
| * Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-7/+11
| |\
| | * Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-7/+11
| | |\
| | | * Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-7/+11
| | | |
* | | | MDEV-16708: fixed issue with handling of the directive ↵Dmitry Shulga2021-06-171-0/+2
| | | | | | | | | | | | | | | | --enable-prepared-warnings in mysqltest
* | | | MDEV-24312 master_host has 60 character limit, increase to 255 bytesbb-10.6-MDEV-24312Oleksandr Byelkin2021-04-201-6/+6
|/ / / | | | | | | | | | | | | | | | | | | Also increase user name up to 128. The work was started by Rucha Deodhar <rucha.deodhar@mariadb.com>, contains audit plugin fixes by Alexey Botchkov <holyfoot@askmonty.org>.
* | | MDEV-23610: Slave user can't run "SHOW SLAVE STATUS" anymore after upgrade ↵Sujatha2020-11-161-0/+1
|/ / | | | | | | | | | | | | | | | | | | to 10.5, mysql_upgrade should take of that Add a new privilege "SLAVE MONITOR" which will grant user the permission to execute "SHOW SLAVE STATUS" and "SHOW RELAYLOG EVENTS" commands. SHOW SLAVE STATUS requires either SLAVE MONITOR/SUPER SHOW RELAYLOG EVENTS requires SLAVE MONITOR privilege.
* | Merge 10.3 into 10.4Marko Mäkelä2020-08-101-0/+25
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-08-101-0/+25
| |
* | Merge 10.3 into 10.4Marko Mäkelä2020-06-131-1/+13
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-06-131-0/+12
| |
* | MDEV-19650: Privilege bug on MariaDB 10.4Oleksandr Byelkin2020-05-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 10.3 into 10.4Marko Mäkelä2019-07-251-0/+29
|\ \ | |/
| * MDEV-19948 `SHOW GRANTS FOR user` return privileges individuallyAnel Husakovic2019-07-241-0/+37
| |
* | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-15/+8
| | | | | | | | | | | | Implement User_table_json. Fix scripts to use mysql.global_priv. Fix tests.
* | MDEV-17946 : Unsorted acl_dbs after RENAME USERVladislav Vaintroub2018-12-101-0/+11
| |
* | MDEV-17932 : assertion in multi RENAME USER command.Vladislav Vaintroub2018-12-081-0/+9
|/ | | | | | | | Sort acl_users inside the mysql_rename_user()'s loop, after every successful iteration. This is needed because on the next loop's iteration find_user_exact() is used, which requires correct sorting by name.
* Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-0/+22
|
* Merge 10.2 into 10.3Marko Mäkelä2018-08-031-0/+3
|
* Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-0/+3
|
* Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-8/+0
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+2240