summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* 10.0-base merge (roles)Sergei Golubchik2013-10-29207-394/+5955
|\
| * Don't allow authentication clauses for roles, in particular:Sergei Golubchik2013-10-284-2/+84
| * post-review cleanupSergei Golubchik2013-10-271-0/+1
| * remove inherited routine grants when a routine is droppedSergei Golubchik2013-10-262-50/+33
| * Implemented REVOKE ALL FROM for Roles and role grants.Vicențiu Ciorbaru2013-10-264-0/+451
| * MDEV-5176 Server crashes in fill_schema_applicable_roles on select from APPLI...Sergei Golubchik2013-10-232-0/+21
| * MDEV-5170 Assertion `(&(&acl_cache->lock)->m_mutex)->count > 0 && pthread_equ...Sergei Golubchik2013-10-232-0/+32
| * reset the db privilege cache when revoking db priviges on DROP ROLESergei Golubchik2013-10-231-0/+2
| * MDEV-5172 safe_mutex: Trying to lock mutex when the mutex was already locked ...Sergei Golubchik2013-10-232-1/+86
| * properly propagate privilege changes on DROP ROLESergei Golubchik2013-10-232-0/+143
| * move role tests to a dedicated suiteSergei Golubchik2013-10-2145-5/+6
| * fixes for builbot 1Sergei Golubchik2013-10-201-2/+6
| * fixes for embeddedSergei Golubchik2013-10-1825-8/+205
| * remove old incorrect bugfix that moved reading of procs_priv table into a sep...Sergei Golubchik2013-10-182-2/+0
| * remove ER_RESERVED_ROLE.Sergei Golubchik2013-10-183-1/+112
| * replication of GRANT role statementSergei Golubchik2013-10-182-4/+35
| * 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-187-16/+1101
| * enforce privileges for GRANT roleSergei Golubchik2013-10-182-18/+46
| * cleanup.Sergei Golubchik2013-10-188-8/+8
| * bugfix: missing restore_record when modifying roles_mapping() table.Sergei Golubchik2013-10-1814-14/+72
| * information_schema.applicable_roles.is_grantable columnSergei Golubchik2013-10-182-0/+20
| * require SUPER to specify an arbitrary adminSergei Golubchik2013-10-182-14/+25
| * auto-grant a role to its admin on CREATE ROLESergei Golubchik2013-10-182-2/+37
| * load with_admin flag from the mysql.roles_mapping tableSergei Golubchik2013-10-182-0/+45
| * store ADMIN OPTION in the roles_mapping hash and tableSergei Golubchik2013-10-182-2/+64
| * New syntax:Sergei Golubchik2013-10-182-0/+51
| * 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-186-11/+0
| * add Admin_option column to mysql.roles_mapping. update tests/resultsSergei Golubchik2013-10-1824-259/+206
| * rename columns in mysql.roles_mapping to be consistent with other privilege t...Sergei Golubchik2013-10-1828-296/+160
| * support DEFINER=role and DEFINER=current_roleSergei Golubchik2013-10-188-48/+1067
| * SET PASSWORD bugfixes:Sergei Golubchik2013-10-183-6/+2
| * Remove the very old historical but never documented behavior,Sergei Golubchik2013-10-1824-170/+145
| * update test resultsSergei Golubchik2013-10-1813-28/+60
| * Fixed GRANT ROLE TO ROLE not updating acl_roles_mappings hash.Vicențiu Ciorbaru2013-10-184-0/+138
| * Added GRANT ROLE TO ... and REVOKE ROLE FROM ... functionality.Vicențiu Ciorbaru2013-10-182-2/+7
| * INFORMATION_SCHEMA.APPLICABLE_ROLES tableSergei Golubchik2013-10-183-0/+57
| * information_schema.enabled_roles tableSergei Golubchik2013-10-183-0/+59
| * CURRENT_ROLE() should return NULL, not "NONE"Sergei Golubchik2013-10-189-20/+20
| * GRANT/REVOKE should specify role name as 'role' not as 'role'@'%'Sergei Golubchik2013-10-1812-64/+54
| * cannot use lex->grant_user= &current_user, where LEX_USER current_user is a g...Sergei Golubchik2013-10-182-2/+3
| * fix mysql_upgrade to preserve the collation of mysql.user.is_role Sergei Golubchik2013-10-183-3/+3
| * Fixes for mysql-test failuresSergei Golubchik2013-10-1823-12/+107
| * CURRENT_ROLE() functionSergei Golubchik2013-10-1818-3/+164
| * SET ROLE now works recursively for routines.Vicențiu Ciorbaru2013-10-182-0/+184
| * SET ROLE now works recursively for table and column level privilegesVicențiu Ciorbaru2013-10-184-0/+231
| * Show grants now correctly prints procedure privileges.Vicențiu Ciorbaru2013-10-181-0/+4
| * Implemented SHOW GRANTS functionalityVicențiu Ciorbaru2013-10-182-0/+201
| * Various bug fixes.Vicențiu Ciorbaru2013-10-185-4/+22