summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6401 SET ROLE returning ERROR 1959 Invalid role specification for valid ...Sergei Golubchik2014-06-271-2/+2
* long overdue: change maturity level for built-in auth plugins to stableSergei Golubchik2014-06-231-2/+2
* MDEV-6253 MySQL Users Break when Migrating from MySQL 5.1 to MariaDB 10.0.10Sergei Golubchik2014-06-111-6/+7
* 5.6-compatibility, per-host connect error counter is reset only after theSergei Golubchik2014-05-071-9/+1
* MDEV-6156: Parallel replication incorrectly caches charset between worker thr...unknown2014-04-251-10/+16
* another post-fix patch for MDEV-5850: MySQL Bug#21317: SHOW CREATE DATABASE d...Sergei Golubchik2014-03-291-3/+9
* Fix hostcache_ipv4_blocked and hostcache_ipv6_blocked to pass.Sergei Golubchik2014-03-261-13/+4
* 5.5 mergeSergei Golubchik2014-03-261-1/+6
|\
| * 5.3-mergeSergei Golubchik2014-03-161-1/+6
| |\
| | * 5.2 mergeSergei Golubchik2014-03-131-1/+6
| | |\
| | | * unix_socket bypasses make_if_fail by not doing any network readsSergei Golubchik2014-03-131-1/+6
* | | | MDEV-5861 MySQL Bug#12601974 - STORED PROCEDURE SQL_MODE=NO_BACKSLASH_ESCAPES...Sergei Golubchik2014-03-261-25/+26
* | | | small cleanup in sql_acl.cc:Sergei Golubchik2014-03-261-33/+35
* | | | MDEV-5771 Privileges acquired via roles depend on the order of grantingSergei Golubchik2014-03-191-2/+9
* | | | 1. move Debug_role_merges_routine status variable increment to a correct func...Sergei Golubchik2014-03-191-6/+6
* | | | List<>-style template wrapper over hash_filoSergei Golubchik2014-03-191-4/+3
* | | | MDEV-5675 - Performance: my_hash_sort_bin is called too oftenSergey Vojtovich2014-03-061-5/+5
* | | | 10.0-base mergeSergei Golubchik2014-02-261-2/+2
|\ \ \ \
| * \ \ \ 5.5 mergeSergei Golubchik2014-02-251-2/+2
| |\ \ \ \ | | |/ / /
| | * | | MySQL-5.5.36 mergeSergei Golubchik2014-02-171-2/+2
| | |\ \ \
| | | * | | Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| | | * | | Bug#16900358 FIX FOR CVE-2012-5611 IS INCOMPLETEVenkata Sidagam2013-10-161-2/+4
| | | |\ \ \
| | | | * | | Bug#16900358 FIX FOR CVE-2012-5611 IS INCOMPLETEVenkata Sidagam2013-10-161-2/+4
| | | | * | | Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | | * | | | WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7Ashish Agarwal2013-07-021-29/+37
* | | | | | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-15/+17
* | | | | | | MDEV-5525 Assertion `status == 0' fails on creating user after granting it ro...Sergei Golubchik2014-01-291-21/+53
* | | | | | | MDEV-5526 Assertion `proxied_user->host.length' fails on GRANT PROXY ON <role>Sergei Golubchik2014-01-291-14/+12
* | | | | | | MDEV-5523 Server crashes on DROP USER <rolename>Sergei Golubchik2014-01-281-1/+1
* | | | | | | MDEV-5520 Connection lost on wrong CREATE ROLESergei Golubchik2014-01-281-1/+1
* | | | | | | Fix for:Vicentiu Ciorbaru2013-12-181-6/+34
* | | | | | | MDEV-5438 A view can mask a table that supports discoverySergei Golubchik2013-12-131-6/+1
* | | | | | | correct old assert in add_role_user_mapping_action to match changed function ...Sergei Golubchik2013-12-091-2/+4
* | | | | | | cleanups:Sergei Golubchik2013-12-091-110/+112
* | | | | | | reuse new safe_net_field_length_ll function where appropriateSergei Golubchik2013-12-091-25/+10
* | | | | | | Do the partial merge of WL#5602 correctly:Sergei Golubchik2013-12-091-4/+11
* | | | | | | MDEV-5367 Server crashes in acl_authenticate on concurrent thread connection,...Sergei Golubchik2013-12-011-1/+1
* | | | | | | MDEV-5238 Server crashes in find_role_grant_pair on SHOW GRANTS for an anonym...Sergei Golubchik2013-11-101-1/+1
* | | | | | | 10.0-base mergeSergei Golubchik2013-11-041-1/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-5232 SET ROLE checks privileges differently from check_access()Sergei Golubchik2013-11-041-1/+3
* | | | | | | 10.0-base mergeSergei Golubchik2013-11-021-1/+30
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-5225 Server crashes on CREATE USER|ROLE CURRENT_ROLE or DROP ROLE CURREN...Sergei Golubchik2013-11-021-1/+30
* | | | | | | 10.0-base merge (roles)Sergei Golubchik2013-10-291-1065/+3923
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Don't allow authentication clauses for roles, in particular:Sergei Golubchik2013-10-281-11/+42
| * | | | | | post-review cleanupSergei Golubchik2013-10-271-61/+59
| * | | | | | remove inherited routine grants when a routine is droppedSergei Golubchik2013-10-261-7/+9
| * | | | | | Implemented REVOKE ALL FROM for Roles and role grants.Vicențiu Ciorbaru2013-10-261-2/+65
| * | | | | | MDEV-5176 Server crashes in fill_schema_applicable_roles on select from APPLI...Sergei Golubchik2013-10-231-12/+13
| * | | | | | MDEV-5170 Assertion `(&(&acl_cache->lock)->m_mutex)->count > 0 && pthread_equ...Sergei Golubchik2013-10-231-14/+3
| * | | | | | reset the db privilege cache when revoking db priviges on DROP ROLESergei Golubchik2013-10-231-0/+1