summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge jwinstead@production.mysql.com:my/mysql-5.0-11045jimw@mysql.com2005-07-061-2/+0
|\
| * Clean up warnings and build problems on Windows. (Bug #11045)jimw@mysql.com2005-06-181-2/+0
* | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-07-051-1/+2
|\ \
| * | Fix crash when an entry was added to the mysql.tables_privjimw@mysql.com2005-06-201-1/+2
* | | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-221-1/+1
* | | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-191-1/+1
| |/ |/|
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@brian-akers-computer.local2005-06-091-5/+5
|\ \
| * \ Mergeacurtis@xiphis.org2005-06-091-5/+5
| |\ \ | | |/
| | * Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1reggie@mdk10.(none)2005-06-071-5/+5
| | |\
| | | * BUG# 10181-mysqld.exe crash with an access vioation after INSERT INTO mysql.hostreggie@mdk10.(none)2005-05-311-4/+4
| | | * Bug #10181 mysqld.exe crash with an access violation after INSERT INTO mysql....reggie@mdk10.(none)2005-05-261-1/+1
* | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@brian-akers-computer.local2005-06-081-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Removed warnings for gcc 4.0brian@brian-akers-computer.local2005-06-071-2/+2
* | | | Fix for bug#10964: Information Schema:Authorization check on(2nd version, aft...gluh@eagle.intranet.mysql.r18.ru2005-06-021-1/+34
|/ / /
* | | Merge of 4.1->5.0. This contained the fixes for GCC 4.0brian@zim.(none)2005-06-011-5/+5
|\ \ \ | |/ /
| * | Mergebrian@zim.(none)2005-06-011-5/+5
| |\ \
| | * | Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed...brian@zim.(none)2005-06-011-5/+5
| | |/
| * | Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...ingo@mysql.com2005-05-311-2/+2
| |\ \ | | |/ | |/|
| | * Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...ingo@mysql.com2005-05-311-2/+2
* | | Fix warnings from iccmonty@mysql.com2005-05-181-0/+1
* | | fix embedded buildacurtis@xiphis.org2005-05-171-2/+4
* | | Bug#10246 - Parser: bad syntax for GRANT EXECUTEacurtis@xiphis.org2005-05-171-67/+131
* | | Fix for bug #9838: INFORMATION_SCHEMA.COLUMNS columns of granted views missinggluh@mysql.com2005-05-071-5/+5
* | | mergemonty@mishka.local2005-05-061-17/+22
|\ \ \
| * | | Fixes while reviewing new codemonty@mishka.local2005-05-061-17/+22
* | | | Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replicat...gbichot@quadita2.mysql.com2005-05-051-5/+5
|/ / /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-03-291-3/+6
|\ \ \
| * | | Cleanups during reviewmonty@mysql.com2005-03-291-3/+6
* | | | Mergepekka@mysql.com2005-03-281-2/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | mergedserg@serg.mylan2005-03-261-2/+6
| |\ \ | | |/
| | * fixes for "backport wild_compare fix from 4.1 - bug#3924"serg@serg.mylan2005-03-261-2/+6
* | | sql/sql_acl.ccserg@serg.mylan2005-03-231-14/+16
* | | mergedserg@serg.mylan2005-03-231-9/+27
|\ \ \
| * | | sql_acl.cc, sql_acl.h, sql_parse.ccmysqldev@mysql.com2005-03-221-9/+27
* | | | - Added new error message.jani@ua141d10.elisa.omakaista.fi2005-03-221-1/+1
|/ / /
* | | Fixed two bugs in MySQL ACL.jani@a193-229-222-105.elisa-laajakaista.fi2005-03-171-11/+0
* | | Code cleanups during review of pushed codemonty@mysql.com2005-03-151-3/+15
* | | WL2131: Access control for SHOW ... PROCEDURE|FUNCTION ...gluh@gluh.mysql.r18.ru2005-03-051-0/+31
* | | Manual merge SP-locking improvements patch with current tree.dlenev@mysql.com2005-03-041-26/+3
|\ \ \
| * | | Better approach for prelocking of tables for stored routines executiondlenev@brandersnatch.localdomain2005-03-041-26/+3
* | | | Clean up merge of fix for Bug #3309.jimw@mysql.com2005-03-031-13/+17
* | | | Merged from 4.1jimw@mysql.com2005-03-031-27/+13
|\ \ \ \ | | |/ / | |/| |
| * | | Fix bug in checking of table-specific grats that caused IP/NETMASKjimw@mysql.com2005-03-021-28/+14
* | | | Merge with global treemonty@mysql.com2005-02-251-13/+6
|\ \ \ \
| * | | | Remove compiler warnings and remove not used variablesmonty@mysql.com2005-02-251-13/+6
* | | | | Merge 52.0.168.192.in-addr.arpa:/Users/bell/mysql/bk/mysql-5.0bell@52.0.168.192.in-addr.arpa2005-02-231-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | Mergejimw@mysql.com2005-02-221-2/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge mysql.com:/home/jimw/my/mysql-4.1-7989jimw@mysql.com2005-02-221-12/+10
| | |\ \ \
| | | * | | Clean up fix for Bug #7989 by avoiding extra memory copy, and adding somejimw@mysql.com2005-02-181-12/+10
* | | | | | Merge 51.0.168.192.in-addr.arpa:/Users/bell/mysql/bk/mysql-5.0bell@51.0.168.192.in-addr.arpa2005-02-221-13/+7
|\ \ \ \ \ \ | |/ / / / /