summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2020-07-161-0/+10
* Merge 10.4 into 10.5Marko Mäkelä2020-06-031-54/+93
|\
| * 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
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-291-3/+15
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-22057 REPLICATION MASTER ADMIN is missing in root account after upgradeAlexander Barkov2020-03-271-0/+18
* | | | | MDEV-22030 Don't grant REPLICATION MASTER ADMIN automatically on upgrade from...Alexander Barkov2020-03-251-3/+8
* | | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-3/+7
* | | | | MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no...Alexander Barkov2020-03-181-3/+6
* | | | | MDEV-13362: implement --require_secure_transport optionJulius Goryavsky2020-03-121-1/+19
* | | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-11/+44
* | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-38/+35
* | | | | perfschema compilation, test and misc fixesSergei Golubchik2020-03-101-11/+3
* | | | | perfschema sp instrumentation related changesSergei Golubchik2020-03-101-7/+8
* | | | | perfschema socket instrumentation related changesSergei Golubchik2020-03-101-1/+3
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-39/+52
* | | | | perfschema - various collateral cleanups and small changesSergei Golubchik2020-03-101-11/+12
* | | | | cleanup: remove TYPE_ENUM_PROXY from enum stored_procedure_typeSergei Golubchik2020-03-101-1/+0
* | | | | MDEV-21704 Add a new JSON field "version_id" into mysql.global_priv.privAlexander Barkov2020-02-281-8/+55
* | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-02-121-53/+35
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-191/+211
* | | | | MDEV-21689 Add Sql_cmd for GRANT/REVOKE statementsAlexander Barkov2020-02-081-0/+221
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-01-281-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-3/+3
* | | | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-071-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixes for binary logging --read-only modeMonty2019-10-201-2/+2
* | | | | | clang failed to compile the embedded library with unused constant errorsAlexander Barkov2019-10-131-0/+2
* | | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-08-131-1/+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
| | | * | | MDEV-19948 `SHOW GRANTS` return privileges individually update in 10.2Anel Husakovic2019-07-241-36/+50