summaryrefslogtreecommitdiff
path: root/sql/sql_acl.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2020-06-011-1/+1
|\
| * MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not g...Anel Husakovic2020-05-281-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.1' into 10.2Sergei Golubchik2019-03-151-0/+2
|\ \ \ | |/ /
| * | MDEV-15945 --ps-protocol does not test some queriesSergei Golubchik2019-03-121-0/+2
* | | Fixed wrong arguments to printf and related functionsMonty2018-01-041-0/+4
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-0/+8
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-0/+8
| |\ \
| | * | MDEV-13676: Field "create Procedure" is NULL, even if the the user has role w...Vicențiu Ciorbaru2017-10-111-0/+8
* | | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-30/+31
* | | | [MDEV-7978] Updated syntax for SHOW CREATE USERVicențiu Ciorbaru2016-03-081-0/+1
* | | | [MDEV-7978] Update grammar for new syntaxVicențiu Ciorbaru2016-03-081-0/+1
|/ / /
* | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-0/+2
* | | MDEV-5214 Status variables for number of global/db/table/column/role grantsVicențiu Ciorbaru2015-03-191-0/+2
* | | validate SET PASSWORDSergei Golubchik2014-12-041-4/+2
* | | cleanup: sql_acl.ccSergei Golubchik2014-12-041-1/+0
* | | move userstat tables to a pluginSergei Golubchik2014-10-111-4/+4
* | | Added default role implementationVicentiu Ciorbaru2014-07-231-0/+3
* | | MDEV-4549 [PATCH] Clean up code working with ACL tablesSergei Golubchik2014-06-231-4/+4
|/ /
* | 5.6-compatibility, per-host connect error counter is reset only after theSergei Golubchik2014-05-071-1/+1
* | 10.0-base merge (roles)Sergei Golubchik2013-10-291-48/+64
|\ \
| * | remove ER_RESERVED_ROLE.Sergei Golubchik2013-10-181-1/+0
| * | recursive privilege propagation for roles.Sergei Golubchik2013-10-181-0/+5
| * | Added GRANT ROLE TO ... and REVOKE ROLE FROM ... functionality.Vicențiu Ciorbaru2013-10-181-1/+1
| * | INFORMATION_SCHEMA.APPLICABLE_ROLES tableSergei Golubchik2013-10-181-0/+1
| * | information_schema.enabled_roles tableSergei Golubchik2013-10-181-0/+1
| * | cannot use lex->grant_user= &current_user, where LEX_USER current_user is a g...Sergei Golubchik2013-10-181-5/+5
| * | Added GRANT ROLE TO ROLE | USER functionality.Vicențiu Ciorbaru2013-10-181-0/+2
| * | Implemented SHOW GRANTS functionalityVicențiu Ciorbaru2013-10-181-1/+4
| * | Added SHOW GRANTS recursive role print.Vicențiu Ciorbaru2013-10-181-1/+1
| * | Reworked the implementation of create role and drop role.Vicențiu Ciorbaru2013-10-181-4/+2
| * | Added CREATE ROLE support as well as DROP ROLE support.Vicențiu Ciorbaru2013-10-181-0/+2
| * | Refactored yacc grammar to make use of named constants.Vicențiu Ciorbaru2013-10-181-0/+3
| * | Modified set_role_var to implement both a role check in the check() function,Vicențiu Ciorbaru2013-10-171-1/+2
| * | Added acl_setrole function. The function enables/disables role privileges toVicențiu Ciorbaru2013-10-171-0/+1
| * | Removed all tabs from sql_acl.h. Replaced with spacesVicențiu Ciorbaru2013-10-171-45/+45
| * | Implemented Roles Mappings association between users and roles.Vicențiu Ciorbaru2013-10-171-1/+1
| |/
* | Fixed some merge issues:Michael Widenius2013-06-181-1/+9
|/
* mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+5
| | |\
* | | \ 5.5-mergeSergei Golubchik2011-07-021-1/+11
|\ \ \ \ | |/ / /
| * | | WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-52/+6
* | | | merge.Sergei Golubchik2010-11-251-51/+3
|\ \ \ \ | |/ / / |/| | |
| * | | pluggable auth with plugin examplesSergei Golubchik2010-03-291-51/+3
| |/ /
* | | WL#5030: Splitting mysql_priv.hMats Kindahl2010-04-071-0/+1
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+7
* | | WL#2360 Performance schemaMarc Alff2010-01-061-4/+131