summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.3-release' into bb-10.4-release10.4-merge-attemptOleksandr Byelkin2021-02-021-0/+6
|\
| * 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
* | | MDEV-24207: recognise mysql forms of invalid password for mysql_native_passwordDaniel Black2020-12-151-2/+16
* | | issue ER_USER_IS_BLOCKED also for non-existent usersSergei Golubchik2020-12-121-9/+9
* | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-0/+2
|\ \ \ | |/ /
| * | 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
* | | MDEV-24098: SHOW CREATE USER invalid for both PASSWORD and LOCKEDDaniel Black2020-11-041-3/+3
* | | MDEV-22974: mysql_native_password make "invalid" validDaniel Black2020-10-311-1/+11
* | | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-8/+46
|\ \ \ | |/ /
| * | 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.3' into 10.4Oleksandr Byelkin2020-08-031-36/+29
|\ \ \ | |/ /
| * | 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
* | | | MDEV-23009 SIGSEGV in get_field from acl_load (on optimized builds)Sergei Golubchik2020-07-311-16/+21
* | | | MDEV-21560 Assertion `grant_table || grant_table_role' failed in check_grant_...Sergei Golubchik2020-06-131-1/+2
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-131-16/+32
|\ \ \ \ | |/ / /
| * | | 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.3 into 10.4Marko Mäkelä2020-06-031-55/+92
|\ \ \ \ | |/ / /
| * | | 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-20257 Server crashes in Grant_table_base::init_read_record upon crash-up...Sergei Golubchik2020-04-271-1/+10
* | | | MDEV-21928 ALTER USER doesn't remove excess authentication plugins from mysql...Sergei Golubchik2020-04-271-2/+5
* | | | MDEV-14735: Fix -Wunused-const-variableMarko Mäkelä2020-04-241-1/+3
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-53/+35
|\ \ \ \ | |/ / /
| * | | MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076Oleksandr Byelkin2020-02-051-53/+35
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-211-0/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fixes for binary logging --read-only modeMonty2019-10-201-2/+2
* | | | | Fixes based on warnings from gcc/clang and valgrindMonty2019-08-121-1/+1
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-07-281-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-0/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-0/+1
| | | |\ \ | | | | |/
| | | | * MDEV-20110 don't try to load client plugins with invalid namesSergei Golubchik2019-07-211-0/+1
| | | * | imporve clang buildEugene Kosov2019-06-251-1/+1