summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* --skip-name-resolve=0 didn't workSergei Golubchik2023-01-021-10/+8
* 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
* 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
* MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DBAnel Husakovic2022-09-301-6/+7
* 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
* MDEV-28530: Revoking privileges from a non-existing user on a master breaks r...Brandon Nesterenko2022-09-031-0/+3
* MDEV-28294: set default role bypasses Replicate_Wild_Ignore_Table: mysql.%Brandon Nesterenko2022-08-221-12/+38
* 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 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
* | 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 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
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-0/+6
|\ \ | |/
| * MDEV-22966 Server crashes or hangs with SET ROLE when started with skip-grant...Sergei Golubchik2021-01-111-0/+6
* | Merge 10.2 into 10.3Marko Mäkelä2020-12-011-0/+2
|\ \ | |/
| * MDEV-24289: show grants missing with grant optionAnel Husakovic2020-11-261-1/+2
* | Merge 10.2 into 10.3Marko Mäkelä2020-10-281-8/+46
|\ \ | |/
| * MDEV-22313: Neither SHOW CREATE USER nor SHOW GRANTS prints a user's default ...Anel Husakovic2020-10-241-8/+46
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-38/+29
|\ \ | |/
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-38/+27
| |\
| | * improve the error message for a dropped current roleSergei Golubchik2020-07-301-3/+5
| | * MDEV-22521 Server crashes in traverse_role_graph_up or Assertion `user' fails...Sergei Golubchik2020-07-301-0/+2
| | * MDEV-23010 UPDATE privilege at Database and Table level fail to update with S...Sergei Golubchik2020-07-291-3/+7
| | * cleanup: reduce code duplicationSergei Golubchik2020-07-291-35/+16
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-131-16/+32
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-111-16/+32
| |\ \ | | |/
| | * MDEV-22755 CREATE USER leads to indirect SIGABRT in __stack_chk_fail () from ...Alexander Barkov2020-06-111-16/+32
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-021-67/+103
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-06-011-67/+103
| |\ \ | | |/
| | * fix pre-definition for embedded server for find_user_or_anon()Anel Husakovic2020-05-281-28/+22
| | * MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not g...Anel Husakovic2020-05-281-38/+82
* | | MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076Oleksandr Byelkin2020-02-051-53/+35
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-211-0/+1
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-201-0/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-01-191-0/+1
| | |\
| | | * Bug#29630767 - USE OF UNINITIALIZED VALUE IN LIBMYSQL (CLIENT.CC FUNCTION RUN...mariadb-5.5.67Sergei Golubchik2020-01-181-0/+1
* | | | Fixes for binary logging --read-only modeMonty2019-10-201-2/+2
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-0/+1
| |\ \ \ | | |/ /