summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove ER_RESERVED_ROLE.Sergei Golubchik2013-10-187-50/+187
* replication of GRANT role statementSergei Golubchik2013-10-184-25/+47
* make functions static, remove unused constructors, other small cleanupsSergei Golubchik2013-10-181-98/+27
* fix funcs_1.is_engines_federated failure when no ha_federatex.so is presentSergei Golubchik2013-10-183-4/+2
* recursive privilege propagation for roles.Sergei Golubchik2013-10-1810-873/+2184
* find() method for Hash_set<>.Sergei Golubchik2013-10-182-11/+16
* qsort2, pop, push methods for Dynamic_array<>Sergei Golubchik2013-10-181-0/+16
* enforce privileges for GRANT roleSergei Golubchik2013-10-183-18/+116
* cleanup.Sergei Golubchik2013-10-189-286/+230
* bugfix: missing restore_record when modifying roles_mapping() table.Sergei Golubchik2013-10-1816-16/+83
* information_schema.applicable_roles.is_grantable columnSergei Golubchik2013-10-183-20/+59
* require SUPER to specify an arbitrary adminSergei Golubchik2013-10-183-43/+31
* auto-grant a role to its admin on CREATE ROLESergei Golubchik2013-10-183-10/+87
* load with_admin flag from the mysql.roles_mapping tableSergei Golubchik2013-10-183-7/+64
* store ADMIN OPTION in the roles_mapping hash and tableSergei Golubchik2013-10-183-87/+200
* small cleanupSergei Golubchik2013-10-181-53/+66
* New syntax:Sergei Golubchik2013-10-185-10/+78
* mtr: check that mysql.roles_mapping table isn't modified in testsSergei Golubchik2013-10-181-0/+1
* bugfix: propagate grant changes through the role graph after table/column/rou...Sergei Golubchik2013-10-187-44/+32
* add Admin_option column to mysql.roles_mapping. update tests/resultsSergei Golubchik2013-10-1826-260/+208
* rename columns in mysql.roles_mapping to be consistent with other privilege t...Sergei Golubchik2013-10-1830-300/+164
* support DEFINER=role and DEFINER=current_roleSergei Golubchik2013-10-1824-377/+1457
* speed up fill_effective_table_privileges() - avoid calling expensive acl_get()Sergei Golubchik2013-10-181-5/+12
* cleanupSergei Golubchik2013-10-186-194/+64
* SET PASSWORD bugfixes:Sergei Golubchik2013-10-187-46/+46
* Remove the very old historical but never documented behavior,Sergei Golubchik2013-10-1826-190/+187
* update test resultsSergei Golubchik2013-10-1813-28/+60
* Fixed GRANT ROLE TO ROLE not updating acl_roles_mappings hash.Vicențiu Ciorbaru2013-10-186-8/+204
* Removed redundant code in update_acl_user. User related functionsVicențiu Ciorbaru2013-10-181-16/+16
* Added GRANT ROLE TO ... and REVOKE ROLE FROM ... functionality.Vicențiu Ciorbaru2013-10-187-24/+193
* Fixed rolenames case insensitivity bug. Also cleared compiler warning.Vicențiu Ciorbaru2013-10-181-4/+4
* Fixed bug that caused the ROLE_VISITED flag to remain set if the explorationVicențiu Ciorbaru2013-10-181-4/+5
* INFORMATION_SCHEMA.APPLICABLE_ROLES tableSergei Golubchik2013-10-187-10/+146
* information_schema.enabled_roles tableSergei Golubchik2013-10-187-6/+112
* CURRENT_ROLE() should return NULL, not "NONE"Sergei Golubchik2013-10-1810-30/+27
* remove DROP ROLE IF EXISTS and CREATE ROLE IF NOT EXISTS syntaxSergei Golubchik2013-10-181-2/+2
* GRANT/REVOKE should specify role name as 'role' not as 'role'@'%'Sergei Golubchik2013-10-1813-104/+99
* cannot use lex->grant_user= &current_user, where LEX_USER current_user is a g...Sergei Golubchik2013-10-188-67/+67
* fix mysql_upgrade to preserve the collation of mysql.user.is_role Sergei Golubchik2013-10-184-4/+5
* Fixes for mysql-test failuresSergei Golubchik2013-10-1828-50/+145
* CURRENT_ROLE() functionSergei Golubchik2013-10-1821-10/+213
* Added GRANT ROLE TO ROLE | USER functionality.Vicențiu Ciorbaru2013-10-185-25/+349
* SET ROLE now works recursively for routines.Vicențiu Ciorbaru2013-10-183-2/+242
* SET ROLE now works recursively for table and column level privilegesVicențiu Ciorbaru2013-10-185-85/+427
* Removed init_hash_columns hash and instead added an init_rights fieldVicențiu Ciorbaru2013-10-181-37/+10
* Show grants now correctly prints procedure privileges.Vicențiu Ciorbaru2013-10-182-6/+54
* Initialize init_access fields for all privilege data structures.Vicențiu Ciorbaru2013-10-181-6/+46
* Implemented SHOW GRANTS functionalityVicențiu Ciorbaru2013-10-1810-127/+409
* Various bug fixes.Vicențiu Ciorbaru2013-10-186-16/+69
* Added comment for database privilege checks.Vicențiu Ciorbaru2013-10-181-0/+1