summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-06-021-3/+3
|\
| * cleanupserg@serg.mylan2004-06-021-3/+3
| * check_scramble_323 shuold ensure that the scramble has the correct lengthserg@serg.mylan2004-06-011-2/+2
* | Merge with 4.0 to get fixes for netwaremonty@mysql.com2004-06-021-1/+1
|\ \ | |/ |/|
| * backport wild_compare fix from 4.1 - bug#3924serg@serg.mylan2004-05-291-5/+5
* | Fix for bug which caused grant.test fail on darwin7.3. We were converting db ...dlenev@brandersnatch.localdomain2004-05-221-6/+6
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2004-05-161-2/+2
|\ \
| * | key_cmp -> key_cmp_if_samemonty@mishka.local2004-05-161-2/+2
* | | Bug #3403 Wrong encoding in SHOW GRANTS, EPLAIN SELECT outputbar@bar.intranet.mysql.r18.ru2004-05-141-7/+11
|/ /
* | Don't automaticly generate a new key for a foreign key constraint if there is...monty@mysql.com2004-05-121-3/+5
* | 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
* | | | 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
* | | | 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
|/ / /
* | | THD::lex now points to THD::main_lex like in 5.0konstantin@oak.local2003-12-191-21/+21
* | | 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