summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-11/+11
|\
| * fixes for valgrind failuresSergei Golubchik2014-09-171-0/+1
| * Adding Item_string_sys and Item_string_ascii to reduce duplicate codeAlexander Barkov2014-09-031-1/+1
| * 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
* | move userstat tables to a pluginSergei Golubchik2014-10-111-0/+5
* | GLOBAL_VALUE_ORIGIN=AUTOSergei Golubchik2014-10-111-0/+2
* | cleanup: move safe_str*() from sql_acl.cc to m_string.hSergei Golubchik2014-10-101-11/+0
* | cleanup: galera misc cleanupsSergei Golubchik2014-10-101-25/+32
* | MDEV 4427: query timeoutsMonty2014-10-071-4/+55
* | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-3/+1
* | MDEV-6788: The variable 'role' is being used without being initialized at sql...Sergei Petrunia2014-09-251-4/+1
* | MDEV-6788: The variable 'role' is being used without being initialized at sql...Sergei Petrunia2014-09-251-3/+3
* | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-5/+49
* | cleanup and updated test resultsSergei Golubchik2014-07-231-41/+23
* | Fixed comment.Vicentiu Ciorbaru2014-07-231-5/+1
* | Added default role implementationVicentiu Ciorbaru2014-07-231-22/+230
* | MDEV-4549 [PATCH] Clean up code working with ACL tablesSergei Golubchik2014-06-231-412/+254
|/
* 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