summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-311-3/+6
|\
| * MDEV-30826 Invalid data on mysql.host segfaults the server after an upgrade t...Sergei Golubchik2023-03-101-3/+4
| * MDEV-30526 Assertion `rights == merged->cols' failed in update_role_columnsSergei Golubchik2023-02-211-0/+2
* | Merge 10.4 into 10.5Marko Mäkelä2023-02-101-8/+7
|\ \ | |/
| * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-8/+7
* | Merge 10.4 into 10.5Marko Mäkelä2023-01-031-13/+12
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2023-01-031-11/+11
| |\
| | * --skip-name-resolve=0 didn't workSergei Golubchik2023-01-021-10/+8
* | | Merge 10.4 into 10.5Marko Mäkelä2022-12-131-5/+7
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-12-131-5/+7
| |\ \ | | |/
| | * MDEV-30056 Impossible to export column grantsSergei Golubchik2022-12-021-3/+2
| | * MDEV-30023 Revoking Privilege on the Column Yields the Errorbb-10.3-vicentiuVicențiu Ciorbaru2022-11-301-2/+5
* | | Merge 10.4 into 10.5Marko Mäkelä2022-10-251-6/+8
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-10-251-6/+8
| |\ \ | | |/
| | * MDEV-29851 Cached role privileges are not invalidated when neededSergei Golubchik2022-10-221-0/+3
| | * remove two acl_cache->clear()Sergei Golubchik2022-10-221-2/+1
| | * Use OPENSSL_free instead of free to avoid instance crashHaidong Ji2022-10-221-4/+4
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-6/+7
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-6/+7
| |\ \ | | |/
| | * MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DBAnel Husakovic2022-09-301-6/+7
* | | Merge 10.4 into 10.5Marko Mäkelä2022-09-201-35/+50
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-09-201-35/+50
| |\ \ | | |/
| | * MDEV-29509 execute granted indirectly (via roles) doesn't always workVicențiu Ciorbaru2022-09-141-12/+13
| | * cleanup: indentation and whitespace fixesVicențiu Ciorbaru2022-09-141-12/+11
| | * MDEV-29458: Role grant commands do not propagate all grantsVicențiu Ciorbaru2022-09-141-7/+17
| | * MDEV-29465: Inherited columns privs for roles wrongly set mysql.tables_priv c...Vicențiu Ciorbaru2022-09-141-9/+14
* | | Merge 10.4 into 10.5Marko Mäkelä2022-09-071-1/+3
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-09-071-1/+3
| |\ \ | | |/
| | * MDEV-28530: Revoking privileges from a non-existing user on a master breaks r...Brandon Nesterenko2022-09-031-0/+3
* | | Merge 10.4 into 10.5Jan Lindström2022-09-051-0/+1
|\ \ \ | |/ /
| * | Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-311-0/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2022-08-251-15/+79
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-08-251-15/+79
| |\ \ | | |/
| | * MDEV-28294: set default role bypasses Replicate_Wild_Ignore_Table: mysql.%Brandon Nesterenko2022-08-221-12/+38
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-031-19/+20
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-08-021-19/+20
| |\ \ | | |/
| | * MDEV-29131 Assertion `status == 0' failed when renaming user after deleting t...Sergei Golubchik2022-07-291-17/+14
| | * MDEV-26647 (plugin name) Include password validation plugin information in th...Oleksandr Byelkin2022-07-271-2/+6
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-55/+65
|\ \ \ | |/ /
| * | MDEV-27341 Use SET PASSWORD to change PAM serviceSergei Golubchik2022-01-171-0/+6
| * | MDEV-26339 Account specifics to be handled before proxyingSergei Golubchik2022-01-171-55/+59
* | | Merge 10.4 into 10.5Marko Mäkelä2021-10-211-203/+220
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2021-10-211-192/+185
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2021-10-211-195/+188
| | |\
| | | * MDEV-17964: Assertion `status == 0' failed in add_role_user_mapping_actionVicențiu Ciorbaru2021-10-151-189/+182
| * | | MDEV-26650: Failed ALTER USER/GRANT statement removes the password from the c...bb-10.4-MDEV-26650-2Oleksandr Byelkin2021-10-181-11/+35
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-13/+9
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-13/+9
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-07-211-6/+3
| | |\ \ | | | |/
| | | * MDEV-26080: SHOW GRANTS does not quote role names properly for DEFAULT ROLEAnel Husakovic2021-07-091-4/+4