summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal:/home/bk/mysql-4.1-maintjimw@rama.(none)2006-09-281-2/+2
|\
| * Bug #2717: include/my_global.h mis-defines __attribute__jimw@rama.(none)2006-08-171-2/+2
* | Patch for bug#21432 is revertedgluh@mysql.com/gluh.(none)2006-09-271-5/+1
* | Bug#20393 User name truncation in mysql clientgluh@mysql.com/gluh.(none)2006-08-301-1/+5
* | Bug #20402: DROP USER failure logged as ERROR rather than WARNINGtsmith/tim@siva.hindu.god2006-07-261-15/+0
|/
* Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1bar@mysql.com2006-07-071-1/+3
|\
| * Bugs#17647: Trouble with "create database"bar@mysql.com2006-05-041-1/+3
* | Bug#16372: Server crashes when test 'conc_sys' is runningkroki@mysql.com2006-04-271-6/+31
|/
* Fix for bug#14385 GRANT and mapping to correct user account problemsgluh@eagle.intranet.mysql.r18.ru2006-03-061-1/+4
* Merge msvensson@10.100.68.5:/home/msvensson/mysql/bug15598/my41-bug15598msvensson@devsrv-b.mysql.com2006-01-091-2/+3
|\
| * Bug #15598 Server crashes in specific case during setting new passwordmsvensson@neptunus.(none)2006-01-091-2/+3
* | A fix for Bug#7209 "Client error with "Access Denied" on updates konstantin@mysql.com2006-01-041-4/+5
* | BUG#15775 "drop user" command does not refresh acl_check_hostsmsvensson@neptunus.(none)2005-12-281-4/+12
|/
* Bug#14406 GRANTS ON objects with non-ascii names borked after FLUSH PRIVILEGESbar@mysql.com2005-11-141-47/+48
* Fix handling of password field at the old size (16 characters) but injimw@mysql.com2005-09-201-3/+6
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2005-09-011-161/+241
|\
| * Fix for bug #12423 "Deadlock when doing FLUSH PRIVILEGES and GRANT in dlenev@mysql.com2005-09-011-161/+241
* | Use the hostname with which the user authenticated when determining whichjimw@mysql.com2005-08-221-8/+11
|/
* Fix crash when an entry was added to the mysql.tables_privjimw@mysql.com2005-06-201-1/+2
* 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
* | 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
* | 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
* | Fix bug in checking of table-specific grats that caused IP/NETMASKjimw@mysql.com2005-03-021-28/+14
* | 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 mysql.com:/home/jimw/my/mysql-4.1-8471jimw@mysql.com2005-02-171-0/+37
|\ \ \ | |/ /
| * | Always lowercase database names from 'host' and 'db' grant tables when theyjimw@mysql.com2005-02-151-0/+37
* | | Allow hostnames that are IP addresses with a netmask even whenjimw@mysql.com2005-02-141-1/+1
|/ /
* | fixes/cleanups according to Coverity reportserg@serg.mylan2005-01-241-5/+9
* | post-mergeserg@sergbook.mysql.com2004-12-311-2/+1
* | mergedserg@sergbook.mysql.com2004-12-301-51/+50
|\ \ | |/
| * unsufficient privilege checks in GRANT, when a grantor has column-level privi...serg@sergbook.mysql.com2004-12-301-50/+50
* | Manual merge of changes making GRANTs, which change SSL attributes and/ordlenev@mysql.com2004-12-231-26/+33
|\ \ | |/
| * Make GRANTs, which change SSL attributes and/or user limits,dlenev@mysql.com2004-12-231-26/+30
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2004-12-091-1/+0
|\ \
| * | Fix for bug #6765 "Implicit access to time zone description dlenev@brandersnatch.localdomain2004-12-091-1/+0
* | | Merge mysql.com:/space/bkroot/mysql-4.1mats@mysql.com2004-12-031-1/+1
|\ \ \
| * | | Bug#6391 (binlog-do-db rules ignored)mats@mysql.com2004-12-031-1/+1
| |/ /
* | | Fixes (bug #6932: 'revoke all privileges...' doesn't remove all proper column...ram@gw.mysql.r18.ru2004-12-021-1/+1
|/ /
* | enabled having system tables in ndbtomas@poseidon.ndb.mysql.com2004-11-171-10/+27
* | After merge fixesmonty@mysql.com2004-11-121-2/+5
* | merge with 4.0monty@mysql.com2004-11-121-1/+2
|\ \ | |/
| * Bug#6123 - GRANT USAGE creates useless mysql.db rowacurtis@pcgem.rdg.cyberkinetica.com2004-11-111-1/+2
| * Using MySQL 4.0 with privilege tables from 5.0 caused a crash.monty@mysql.com2004-10-081-20/+36