summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* mergedSergei Golubchik2010-03-151-19/+93
|\
| * Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-19/+93
| |\
| | * Revert a patch for Bug#48231, which introduced valgrind warnings.Alexander Nozdrin2010-02-021-112/+12
| | * Bug #48321 CURRENT_USER() incorrectly replicated for DROP/RENAME USER;unknown2010-01-301-12/+112
| | * Manual merge with Conflicts:unknown2010-01-251-11/+14
| | |\
| | | * Backport Bug#37148 to 5.1He Zhenxing2010-01-241-11/+14
| | * | Bug #49132 Replication failure on temporary table + DDLunknown2010-01-221-0/+66
| | |/
| | * Bug#33982 debug assertion and crash reloading grant tables after sighup or killKristofer Pettersson2010-01-131-5/+10
| | * Manual merge.Davi Arnaut2009-12-181-2/+2
| | |\
| | | * Bug#48983: Bad strmake calls (length one too long)Davi Arnaut2009-12-171-2/+2
| | * | Backport to 5.1 branch (next-mr revid: 2921)Magne Mahre2009-12-181-1/+1
| | * | BUG#49119: Master crashes when executing 'REVOKE ... ON Luis Soares2009-12-061-1/+1
* | | | merge 5.1->5.2unknown2010-02-011-14/+35
|\ \ \ \ | |/ / /
| * | | Merge with MySQL 5.1.42Michael Widenius2010-01-151-14/+35
| |\ \ \ | | |/ /
| | * | mergeGeorgi Kodinov2009-11-271-5/+8
| | |\ \ | | | |/
| | | * Bug #48872 : Privileges for stored functions ignored if function nameGeorgi Kodinov2009-11-271-5/+8
| | | * automergeSergey Glukhov2009-10-271-2/+2
| | | |\
| | | | * An addition to fix forSergey Vojtovich2009-10-271-2/+2
| | * | | auto-mergeTatiana A. Nurnberg2009-11-241-0/+7
| | |\ \ \
| | | * | | Bug#48319: Server crashes on "GRANT/REVOKE ... TO CURRENT_USER"Tatiana A. Nurnberg2009-10-291-0/+7
| | * | | | Bug#41726: upgrade from 5.0 to 5.1.30 crashes if you didn't run mysql_upgradeDavi Arnaut2009-11-211-3/+4
| | * | | | mergeKristofer Pettersson2009-11-201-6/+16
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Bug#45613 handle failures from my_hash_insertKristofer Pettersson2009-11-201-6/+16
* | | | | | merge 5.1-> 5.2unknown2009-12-081-34/+60
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-34/+60
| |\ \ \ \ \ | | |/ / / /
| | * | | | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-10-271-19/+24
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | Bug#41049 does syntax "grant" case insensitive?Sergey Glukhov2009-10-271-19/+24
| | | |/
| | * | merge mysql-5.0-bugteam to mysql-5.1-bugteamSatya B2009-10-201-12/+34
| | |\ \ | | | |/
| | | * Fix for Bug #41597 - After rename of user, there are additional grants when Satya B2009-10-201-12/+34
| | | * Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-08-281-7/+3
| | * | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-7/+7
| | * | Bug#35996: SELECT + SHOW VIEW should be enough to displayMartin Hansson2009-09-281-2/+1
| | * | reverted the fix for bug #46019 from 5.1-bugteamGeorgi Kodinov2009-08-211-7/+2
| | |\ \ | | | |/
| | | * Revert of the fix for bug #46019.Georgi Kodinov2009-08-211-8/+4
| | * | merge of bug #46019 to 5.1-bugteamGeorgi Kodinov2009-08-201-2/+7
| | |\ \ | | | |/
| | | * Bug #46019: ERROR 1356 When selecting from within anotherGeorgi Kodinov2009-08-191-4/+8
| | | * Bug #45287: phase 2 : 5.0 64 bit compilation warningsGeorgi Kodinov2009-07-161-4/+4
* | | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-33/+36
|/ / /
* | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-53/+67
|\ \ \ | |/ /
| * | Bug#44834 strxnmov is expected to behave as you'd expectSergey Glukhov2009-06-191-2/+2
| | |
| | \
| *-. \ Merge from 5.0-bugteamStaale Smedseng2009-06-171-23/+20
| |\ \ \ | | | |/
| | | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-17/+17
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-101-17/+17
| | |/
| * | Bug#45100: Incomplete DROP USER in case of SQL_MODE = 'PAD_CHAR_TO_FULL_LENGTH'Davi Arnaut2009-06-121-0/+4
| * | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-06-041-0/+1
| |\ \ | | |/
| | * Bug#44798 MySQL engine crashes when creating stored procedures with execute_p...Sergey Glukhov2009-06-041-0/+1
| * | BUG#41948 Query_log_event constructor needlessly contortedHe Zhenxing2009-05-301-1/+1
| * | AutomergeKristofer Pettersson2009-05-291-40/+42
| |\ \
| | * | Bug#44658 Create procedure makes server crash when user does not have ALL pri...Kristofer Pettersson2009-05-291-40/+42
| * | | Bug#42158: leak: SSL_get_peer_certificate() doesn't have matching X509_free()Davi Arnaut2009-05-251-2/+9
| |/ /