summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30765 SHOW TABLES not working properly with lower_case_table_names=2bb-10.4-mdev-30765Oleg Smirnov2023-05-111-1/+1
* 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
* Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-8/+7
* 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.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.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.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.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.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
* | Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-311-0/+1
* | 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.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
* | 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.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.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
| | * MDEV-26081 set role crashes when a hostname cannot be resolvedSergei Golubchik2021-07-021-6/+3
| * | MDEV-26080: SHOW GRANTS does not quote role names properly for DEFAULT ROLEAnel Husakovic2021-07-081-7/+6
* | | Merge 10.3 into 10.4Marko Mäkelä2021-05-251-0/+5
|\ \ \ | |/ /
* | | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-1/+5
|\ \ \ | |/ /
| * | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-1/+5
| |\ \ | | |/
| | * MDEV-25258 : SET PASSWORD command fail with wsrep apiJan Lindström2021-04-281-1/+5
* | | Fix all warnings given by UBSANMonty2021-04-201-52/+65
* | | MDEV-24668 fixup: uninitialized return value with GaleraMarko Mäkelä2021-03-111-1/+1
* | | MDEV-24668 debug assert on SET PASSWORD when binlog failsSergei Golubchik2021-03-081-4/+4
* | | Merge branch 'github/10.4' into 10.4Sergei Golubchik2021-02-231-8/+34
|\ \ \
| * | | MDEV-24114 SHOW CREATE USER doesnt display correct password expiry statusRobert Bindar2021-02-231-8/+34
* | | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-0/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-0/+6
| |\ \ | | |/