summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-09-201-35/+50
|\
| * 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.5 into 10.6Marko Mäkelä2022-09-071-1/+3
|\ \ \ \ | |/ / /
| * | | 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.5 into 10.6Jan Lindström2022-09-051-0/+1
|\ \ \ \ | |/ / /
| * | | 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.5 into 10.6Marko Mäkelä2022-08-251-15/+79
|\ \ \ \ | |/ / /
| * | | 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.5' into bb-10.6-releaseOleksandr Byelkin2022-08-031-19/+20
|\ \ \ \ | |/ / /
| * | | 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.5' into 10.6Oleksandr Byelkin2022-02-031-55/+65
|\ \ \ \ | |/ / /
| * | | 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.5 into 10.6Marko Mäkelä2021-10-211-203/+220
|\ \ \ \ | |/ / /
| * | | 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.5' into 10.6Oleksandr Byelkin2021-08-021-13/+9
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | | | * 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.5 into 10.6Marko Mäkelä2021-05-261-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-261-0/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-05-251-0/+5
| | |\ \ \ | | | |/ /
* | | | | Fix all warnings given by UBSANMonty2021-05-191-26/+29
* | | | | Reduce usage of strlen()Monty2021-05-191-8/+9
* | | | | Changed field_index to use field_index_t instead of uint16Monty2021-05-191-1/+1
* | | | | Improved storage size for Item, Field and some other classesMonty2021-05-191-1/+1
* | | | | MDEV-9609 : wsrep_debug only logs DDL information on originating nodeJan Lindström2021-05-151-6/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-071-1/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-1/+5
| |\ \ \ \ | | |/ / /