summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* 5.2 mergeSergei Golubchik2013-05-201-0/+6
|\
| * MDEV-4462 mysqld gets SIGFPE when mysql.user table is emptySergei Golubchik2013-05-081-0/+6
* | 5.2 mergeSergei Golubchik2013-01-251-8/+40
|\ \ | |/
| * MDEV-3909 remote user enumerationSergei Golubchik2013-01-251-8/+39
| * report "using password: YES/NO" correctly for the COM_CHANGE_USER failuresSergei Golubchik2013-01-251-0/+1
* | 5.2->5.3 mergeSergei Golubchik2013-01-101-44/+77
|\ \ | |/
| * 5.1 mergeSergei Golubchik2013-01-101-44/+77
| |\
| | * mysql-5.1.67 mergeSergei Golubchik2013-01-091-37/+47
| | |\
| | | * applying patch for BUG15912213unknown2012-11-291-1/+20
| | | * BUG#13864642: DROP/CREATE USER BEHAVING ODDLY Raghav Kapoor2012-09-251-89/+146
| | * | proactive s/strmov/strnmov/ in sql_acl.cc and related test casesSergei Golubchik2012-12-041-7/+30
* | | | Merge MariaDB 5.2->5.3unknown2012-11-201-4/+16
|\ \ \ \ | |/ / /
| * | | Merge MariaDB 5.1->5.2.unknown2012-11-201-4/+16
| |\ \ \ | | |/ /
| | * | followup fixes for MySQL Bug #13889741: HANDLE_FATAL_SIGNAL IN _DB_ENTER_ | H...Sergei Golubchik2012-11-121-4/+16
* | | | mergeVladislav Vaintroub2012-05-021-3/+5
|\ \ \ \ | |/ / /
| * | | lp:982664 there are few broken clients that lie about their capabilitiesSergei Golubchik2012-04-181-3/+5
* | | | mergeSergei Golubchik2012-04-021-0/+2
|\ \ \ \ | |/ / /
| * | | MDEV-209 SET PASSWORD in 5.2 does not update user's auth pluginSergei Golubchik2012-04-021-0/+2
* | | | mergeVladislav Vaintroub2012-02-111-14/+20
|\ \ \ \ | |/ / /
| * | | Fix for MDEV-140, LPBug#930145 - broken SSL connectivity for some connectorsVladislav Vaintroub2012-02-111-14/+20
| |\ \ \ | | |/ /
* | | | Merge with 5.2.Michael Widenius2011-12-111-8/+16
|\ \ \ \ | |/ / /
| * | | Merge with MariaDB 5.1Michael Widenius2011-11-241-7/+15
| |\ \ \ | | |/ /
| | * | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-3/+2
| | |\ \ | | | |/
| | | * Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-3/+2
* | | | Allow one to block an account by using GRANT max_user_connections = -1Michael Widenius2011-09-261-11/+18
* | | | Automatic merge with 5.2Michael Widenius2011-08-161-7/+3
|\ \ \ \ | |/ / /
| * | | Fixed build failure in embedded library regarding that decrease_user_connecti...Michael Widenius2011-08-161-1/+0
| * | | Fixed bug that MAX_USER_CONNECTIONS was not working properly in all situation...Michael Widenius2011-08-161-6/+3
* | | | Merge from 5.2unknown2011-07-211-14/+7
|\ \ \ \ | |/ / /
| * | | protocol safety fix:Sergei Golubchik2011-07-081-14/+7
* | | | Added progress reporting for alter table, LOAD DATA INFILE and for aria table...Michael Widenius2011-07-011-2/+1
* | | | MergeIgor Babaev2011-05-201-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-1/+2
| |\ \ \
| | * \ \ Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-1/+2
| | |\ \ \
| | | * | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-1/+2
* | | | | | Merge with MariaDB 5.1Michael Widenius2011-05-031-49/+92
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-46/+86
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merged fix for bug #36544 "DROP USER does not remove storedDmitry Lenev2011-02-071-42/+82
| | |\ \ \
| | | * | | Fix for bug#36544 "DROP USER does not remove stored function Dmitry Lenev2011-02-071-42/+82
* | | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-0/+13
|\ \ \ \ \ \ | |/ / / / /
* | | | | | bug#683112 Maria 5.2 incorrectly reports "(using password: NO)" even when pas...Sergei Golubchik2010-12-201-7/+10
* | | | | | merge with 5.1Michael Widenius2010-11-301-1/+16
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-1/+16
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-201-1/+1
| | * | | | BUG#57098 RBR breaks on changing user password on 5.1 master -> 5.5 slaveAlfranio Correia2010-10-061-0/+15
* | | | | | merge with 5.1Sergei Golubchik2010-09-111-12/+23
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix that one can run mysql_upgrade with long table namesMichael Widenius2010-09-031-4/+4
| * | | | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-6/+17
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-2/+0
| | * | | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-091-6/+4