summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.1 -> 5.0pem@mysql.com2004-05-071-126/+150
|\
| * Merge with 4.0 to get security patch for check_grant_colummonty@mysql.com2004-05-061-3/+3
| |\
| | * Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0monty@mysql.com2004-05-061-2/+2
| | |\
| | | * fixed db name and layout (can cause very rare race condition bug)bell@sanja.is.com.ua2004-05-041-2/+2
| | * | Remove not used variablemonty@mysql.com2004-05-061-2/+2
| * | | after merge fixesmonty@mysql.com2004-05-051-2/+9
| * | | Merge with 4.0.19monty@mysql.com2004-05-051-115/+131
| |\ \ \ | | |/ /
| | * | Fixed http address in some scripts (Bug #3460)monty@mysql.com2004-04-281-99/+112
| * | | Fix to handle unsigned data in prepared statements (Bug #3447)monty@mysql.com2004-05-041-1/+2
| * | | after review PS fixesbell@sanja.is.com.ua2004-04-101-3/+3
| * | | mergedserg@serg.mylan2004-04-071-3/+3
| |\ \ \
| | * | | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...serg@serg.mylan2004-04-061-3/+3
* | | | | Merge 4.1 -> 5.0.pem@mysql.com2004-04-071-51/+57
|\ \ \ \ \ | |/ / / /
| * | | | after review changesbell@sanja.is.com.ua2004-04-071-15/+2
| * | | | removed old way to prevent using stack tables for caching Items in PSbell@sanja.is.com.ua2004-04-041-0/+15
| |/ / /
| * | | Merge of fix for bug #2050 and bug #3307dlenev@brandersnatch.localdomain2004-03-311-1/+3
| |\ \ \
| | * | | Fix for Bug #3307 "FLUSH TABLES sometimes breaks prepared statement dlenev@brandersnatch.localdomain2004-03-311-1/+1
| | * | | "Fix" for BUG #2050 "10 to 1 performance drop with server 4.1.1".dlenev@brandersnatch.localdomain2004-03-281-1/+3
| * | | | false/true -> FALSE/TRUEmonty@mysql.com2004-03-301-4/+4
| |/ / /
| * | | Fix for bug#3086: SHOW GRANTS doesn't follow ANSI_QUOTESgluh@gluh.mysql.r18.ru2004-03-171-8/+10
| * | | fix for a bug #2953.Sinisa@sinisa.nasamreza.org2004-03-011-2/+7
| * | | temporary undo needed for mergeguilhem@mysql.com2004-02-281-33/+28
| |\ \ \
| | * | | Fix for BUG#2757guilhem@mysql.com2004-02-211-33/+28
| * | | | Merge with public treemonty@mysql.com2004-02-161-1/+1
| |\ \ \ \
| | * \ \ \ Merge with 4.0.18monty@mysql.com2004-02-111-1/+1
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | Ensure that privileges are tested properly for multi-table-updates.monty@mysql.com2004-02-031-1/+1
| * | | | merge fixesSinisa@sinisa.nasamreza.org2004-02-111-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | sql_acl.cc:Sinisa@sinisa.nasamreza.org2004-02-031-2/+2
* | | | | Fixed BUG#2777: Stored procedure doesn't observe definer's rights.pem@mysql.comhem.se2004-03-021-1/+21
* | | | | Merge 4.1 into 5.0.pem@mysql.com2004-02-101-20/+28
|\ \ \ \ \ | |/ / / /
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-02-091-7/+9
| |\ \ \ \
| | * | | | ufter revview fix (BUG#2120)bell@sanja.is.com.ua2004-02-091-2/+4
| | * | | | now all tables of query are locked in one place (including derived tables)bell@sanja.is.com.ua2004-02-011-5/+5
| * | | | | mergemonty@mysql.com2004-02-051-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2003-12-261-1/+1
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Fixed bug in table level privilege GRANT handling. (Bug #2178)monty@mysql.com2003-12-261-1/+1
| * | | | | Fix for bug#2505: MySQL reports "out of memory" gluh@gluh.mysql.r18.ru2004-01-261-11/+17
| |/ / / /
| * | | | typo fixedserg@serg.mylan2003-12-211-1/+1
| |/ / /
* | | | Merging lex-pointer change from 4.1 to 5.0.pem@mysql.com2003-12-191-1/+1
|\ \ \ \ | |/ / /
| * | | THD::lex now points to THD::main_lex like in 5.0konstantin@oak.local2003-12-191-21/+21
* | | | Merge 4.1 to 5.0.pem@mysql.com2003-12-191-3/+9
|\ \ \ \ | |/ / /
| * | | Merge with 4.0.17monty@mysql.com2003-12-171-3/+9
| |\ \ \ | | |/ /
| | * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2003-12-161-0/+1
| | |\ \
| | | * | Fix for BUG#2083guilhem@mysql.com2003-12-161-0/+1
| | * | | Fix autoincrement for signed columns (Bug #1366)monty@mysql.com2003-12-121-2/+2
| | |/ /
| | * | Fix for bug #1855: mysqld crashes with certain SSL connectionsgluh@gluh.mysql.r18.ru2003-11-241-0/+5
* | | | WL#1365: Implement definer's rights execution of stored procedures.pem@mysql.comhem.se2003-12-131-0/+60
* | | | Merged 4.1 -> 5.0pem@mysql.com2003-12-091-1/+0
|\ \ \ \ | |/ / /
| * | | Portability fixes for Windowsmonty@mysql.com2003-12-081-1/+0
* | | | Merge 4.1 to 5.0pem@mysql.com2003-12-011-5/+67
|\ \ \ \ | |/ / /