summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed wrong arguments to printf and related functionsMonty2018-01-041-6/+3
* Merge remote-tracking branch 'origin/10.1' into bb-10.2-vicentiuVicențiu Ciorbaru2017-12-281-15/+11
|\
| * Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-271-15/+11
| |\
| | * Follow up to MDEV-12366: FLUSH privileges can break hierarchy of rolesVicențiu Ciorbaru2017-12-211-15/+11
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-27/+50
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-26/+49
| |\ \ | | |/
| | * MDEV-12366: FLUSH PRIVILEGES can break hierarchy of rolesVicențiu Ciorbaru2017-12-191-12/+18
| | * MDEV-13655: Set role does not properly grant privileges.Vicențiu Ciorbaru2017-12-191-15/+32
| * | MDEV-14031 Password policy causes replication failureAlexander Barkov2017-12-201-1/+1
* | | MDEV-13453: Executing a query via CTE requires more permissions than the quer...Oleksandr Byelkin2017-11-151-1/+2
* | | Fixed bug mdev-13453 Executing a query via CTE requires more permissionsIgor Babaev2017-11-141-0/+4
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-2/+47
|\ \ \ | |/ /
| * | Various compier warningsSergei Golubchik2017-10-221-4/+0
| * | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-2/+49
| |\ \ | | |/
| | * Fix check_role_is_granted for embeddedVicențiu Ciorbaru2017-10-171-35/+39
| | * MDEV-13676: Field "create Procedure" is NULL, even if the the user has role w...Vicențiu Ciorbaru2017-10-111-0/+46
* | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-1/+1
* | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-10/+17
* | | MDEV-13439: Database permissions are not enough to run a subquery with GROUP ...Oleksandr Byelkin2017-08-101-1/+4
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-6/+0
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-6/+0
| |\ \ | | |/
| | * MDEV-9998 Fix issues caught by Clang's -Wpointer-bool-conversion warningSergei Golubchik2017-05-151-6/+0
* | | MDEV-10541: Faking the version string only works with MariaDB-ClientsVicențiu Ciorbaru2017-05-061-1/+7
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-46/+45
|\ \ \ | |/ /
| * | thd_rnd serviceSergei Golubchik2017-03-101-3/+3
| * | Auth Plugin API: add THD to MYSQL_SERVER_AUTH_INFOSergei Golubchik2017-03-101-40/+39
| * | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-3/+3
| |\ \ | | |/
| | * Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-3/+3
| | |\
| | | * MDEV-5999 MySQL Bug#12766319 - 61865: RENAME USER DOES NOT WORK CORRECTLY - R...Sergei Golubchik2017-02-271-2/+2
* | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-101-1/+1
* | | | MDEV-11170: MariaDB 10.2 cannot start on MySQL 5.7 datadirVicențiu Ciorbaru2017-02-141-69/+149
* | | | MDEV-11170: MariaDB 10.2 cannot start on MySQL 5.7 datadirVicențiu Ciorbaru2017-02-141-462/+990
* | | | Define a helper class to allow for saving sql_mode using RAIIVicențiu Ciorbaru2017-02-141-19/+10
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-4/+5
|\ \ \ \ | |/ / /
| * | | MDEV-10956 Strict Password Validation Breaks Replication.Alexey Botchkov2017-01-171-4/+5
| * | | MDEV-11584: GRANT inside an SP does not work well on 2nd executionOleksandr Byelkin2016-12-281-0/+5
* | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-3/+3
* | | | Removed usage of my_hash_search() with uninitialized HASH.Monty2017-01-111-0/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-10744: Roles are not fully case sensitiveVicențiu Ciorbaru2016-12-011-1/+1
* | | | MDEV-11584: GRANT inside an SP does not work well on 2nd executionOleksandr Byelkin2016-12-281-0/+5
* | | | MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2Alexander Barkov2016-10-101-8/+3
* | | | Use sql_mode_t for sql_mode.Monty2016-10-051-3/+3
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-5/+5
|\ \ \ \ | |/ / /
| * | | MDEV-10545: Server crashed in my_copy_fix_mb on querying I_S and P_S tablesNirbhay Choubey2016-09-021-4/+4
| * | | cleanupSergei Golubchik2016-07-131-1/+1
* | | | fix: CURRENT_ROLE() inside SECURITY DEFINER viewsSergei Golubchik2016-08-271-4/+3
* | | | Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-191-4/+0
* | | | MDEV-9293 Connector/C integrationVladislav Vaintroub2016-08-191-0/+4