summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | MDEV-19948 `SHOW GRANTS FOR user` return privileges individuallyAnel Husakovic2019-07-241-40/+55
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-19878 pam v2: pam password authentication doesn't work at allSergei Golubchik2019-07-021-1/+1
* | | | | | MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-9/+9
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-201-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | bugfix: crash on the empty db namemariadb-10.4.6Sergei Golubchik2019-06-171-1/+1
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-181-59/+20
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-14735 better matching order for grantsSergei Golubchik2019-06-171-55/+18
| * | | | | bugfix: PROXY privilege matched usernames incorrectlySergei Golubchik2019-06-171-4/+2
* | | | | | Using more of Sql_mode_save. Adding a similar class for THD::abort_on_warnings.Alexander Barkov2019-05-281-6/+2
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-5/+32
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-5/+32
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | | |\ \ | | | | | |/
| | | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-6/+27
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-6/+27
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-19276 during connect, write error log warning for ER_DBACCESS_DENIED_ERROR,Vladislav Vaintroub2019-04-281-4/+20
| | | | * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-2/+8
| | | | |\ \ | | | | | |/
| | | | | * Bug#28986737: RENAMING AND REPLACING MYSQL.USER TABLE CAN LEAD TO A SERVER CRASHSergei Golubchik2019-04-251-0/+8
| | | | | * MDEV-18241 Downgrade from 10.4 to 10.3 crashesSergei Golubchik2019-04-241-0/+4
| | | | | * cleanupSergei Golubchik2019-04-241-35/+36
* | | | | | Maintain connection_count atomicallySergey Vojtovich2019-05-211-5/+1
|/ / / / /
* | | | | MDEV-19277: Add status variable that gets incremented if connection is aborte...Oleksandr Byelkin2019-05-141-0/+2
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-17655 Inconsistent grant-name usage between grant-statement and privileg...Aleksey Midenkov2019-05-021-2/+2
* | | | | MDEV-19256 sql_acl.cc does not compile with WITH_VALGRIND with gcc 8.0bb-10.4-mdev-19256Alexander Barkov2019-04-161-24/+43
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-031-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-031-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-1/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-18298 Crashes server with segfault during role grantsSergei Golubchik2019-04-021-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-60/+58
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-61/+59
| |\ \ \ \ | | |/ / /
| | * | | post-merge: gcc 8 warningsSergei Golubchik2019-03-151-2/+2
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-57/+56
| | |\ \ \ | | | |/ /
| | | * | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-1/+3