summaryrefslogtreecommitdiff
path: root/mysql-test/suite/roles
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11533: Roles with trailing white spaces are not cleared correctlyVicențiu Ciorbaru2016-12-102-0/+28
* MDEV-10744: Roles are not fully case sensitiveVicențiu Ciorbaru2016-12-012-0/+112
* MDEV-8638: REVOKE ALL PRIVILEGES, GRANT OPTION FROM CURRENT_ROLE breaks repli...Vicențiu Ciorbaru2016-06-222-0/+33
* [MDEV-9614] Roles and Users longer than 6 charactersIgor Pashev2016-06-222-0/+178
* MDEV-8614 Assertion `status == 0' failed in add_role_user_mapping_action on R...Sergei Golubchik2015-10-222-0/+19
* MDEV-8609 Server crashes in is_invalid_role_name on reloading ACL with a blan...Sergei Golubchik2015-10-222-0/+12
* add comment to a testSergei Golubchik2015-10-221-0/+3
* MDEV-7774: Crash when dropping user within rebuild_role_grantsVicențiu Ciorbaru2015-05-032-0/+37
* MDEV-6401 SET ROLE returning ERROR 1959 Invalid role specification for valid ...Sergei Golubchik2014-06-272-0/+26
* MDEV-5771 Privileges acquired via roles depend on the order of grantingSergei Golubchik2014-03-193-23/+87
* MDEV-5668 Assertion `granted_role->is_role()' fails on granting role with emp...Sergei Golubchik2014-03-012-0/+8
* fixes:Sergei Golubchik2014-02-021-0/+1
* MDEV-5525 Assertion `status == 0' fails on creating user after granting it ro...Sergei Golubchik2014-01-292-0/+14
* MDEV-5526 Assertion `proxied_user->host.length' fails on GRANT PROXY ON <role>Sergei Golubchik2014-01-295-11/+32
* MDEV-5523 Server crashes on DROP USER <rolename>Sergei Golubchik2014-01-282-0/+12
* MDEV-5521 SET ROLE as prepared statement crashes the serverSergei Golubchik2014-01-282-0/+5
* MDEV-5520 Connection lost on wrong CREATE ROLESergei Golubchik2014-01-282-1/+10
* minor cleanupSergei Golubchik2013-12-252-4/+5
* Fix for:Vicentiu Ciorbaru2013-12-182-0/+183
* MDEV-5238 Server crashes in find_role_grant_pair on SHOW GRANTS for an anonym...Sergei Golubchik2013-11-102-0/+29
* misc fixes for buildbotSergei Golubchik2013-11-072-1/+2
* 10.0-base mergeSergei Golubchik2013-11-042-0/+35
|\
| * MDEV-5232 SET ROLE checks privileges differently from check_access()Sergei Golubchik2013-11-042-0/+35
* | merge 10.0-base into 10.0Sergei Golubchik2013-11-042-8/+0
|\ \ | |/
| * remove hostname-dependent part of the testSergei Golubchik2013-11-032-8/+0
* | 10.0-base mergeSergei Golubchik2013-11-024-0/+142
|\ \ | |/
| * grant/revoke ... to/from current_roleSergei Golubchik2013-11-022-0/+51
| * MDEV-5225 Server crashes on CREATE USER|ROLE CURRENT_ROLE or DROP ROLE CURREN...Sergei Golubchik2013-11-022-0/+91
* | 10.0-base merge (roles)Sergei Golubchik2013-10-295-11/+11
|/
* Don't allow authentication clauses for roles, in particular:Sergei Golubchik2013-10-282-0/+82
* 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-2143-0/+4314