summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-07-071-1/+3
|\
| * Bugs#17647: Trouble with "create database"unknown2006-05-041-1/+3
* | Bug#16372: Server crashes when test 'conc_sys' is runningunknown2006-04-271-6/+31
|/
* Fix for bug#14385 GRANT and mapping to correct user account problemsunknown2006-03-061-1/+4
* Merge msvensson@10.100.68.5:/home/msvensson/mysql/bug15598/my41-bug15598unknown2006-01-091-2/+3
|\
| * Bug #15598 Server crashes in specific case during setting new passwordunknown2006-01-091-2/+3
* | A fix for Bug#7209 "Client error with "Access Denied" on updates unknown2006-01-041-4/+5
* | BUG#15775 "drop user" command does not refresh acl_check_hostsunknown2005-12-281-4/+12
|/
* Bug#14406 GRANTS ON objects with non-ascii names borked after FLUSH PRIVILEGESunknown2005-11-141-47/+48
* Fix handling of password field at the old size (16 characters) but inunknown2005-09-201-3/+6
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-011-161/+241
|\
| * Fix for bug #12423 "Deadlock when doing FLUSH PRIVILEGES and GRANT in unknown2005-09-011-161/+241
* | Use the hostname with which the user authenticated when determining whichunknown2005-08-221-8/+11
|/
* Fix crash when an entry was added to the mysql.tables_privunknown2005-06-201-1/+2
* Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-06-071-5/+5
|\
| * BUG# 10181-mysqld.exe crash with an access vioation after INSERT INTO mysql.hostunknown2005-05-311-4/+4
| * Bug #10181 mysqld.exe crash with an access violation after INSERT INTO mysql....unknown2005-05-261-1/+1
* | Mergeunknown2005-06-011-5/+5
|\ \
| * | Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed...unknown2005-06-011-5/+5
| |/
* | Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...unknown2005-05-311-2/+2
|\ \ | |/ |/|
| * Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...unknown2005-05-311-2/+2
* | mergedunknown2005-03-261-2/+6
|\ \ | |/
| * fixes for "backport wild_compare fix from 4.1 - bug#3924"unknown2005-03-261-2/+6
* | Fix bug in checking of table-specific grats that caused IP/NETMASKunknown2005-03-021-28/+14
* | Merge mysql.com:/home/jimw/my/mysql-4.1-7989unknown2005-02-221-12/+10
|\ \
| * | Clean up fix for Bug #7989 by avoiding extra memory copy, and adding someunknown2005-02-181-12/+10
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-8471unknown2005-02-171-0/+37
|\ \ \ | |/ /
| * | Always lowercase database names from 'host' and 'db' grant tables when theyunknown2005-02-151-0/+37
* | | Allow hostnames that are IP addresses with a netmask even whenunknown2005-02-141-1/+1
|/ /
* | fixes/cleanups according to Coverity reportunknown2005-01-241-5/+9
* | post-mergeunknown2004-12-311-2/+1
* | mergedunknown2004-12-301-51/+50
|\ \ | |/
| * unsufficient privilege checks in GRANT, when a grantor has column-level privi...unknown2004-12-301-50/+50
* | Manual merge of changes making GRANTs, which change SSL attributes and/orunknown2004-12-231-26/+33
|\ \ | |/
| * Make GRANTs, which change SSL attributes and/or user limits,unknown2004-12-231-26/+30
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-12-091-1/+0
|\ \
| * | Fix for bug #6765 "Implicit access to time zone description unknown2004-12-091-1/+0
* | | Merge mysql.com:/space/bkroot/mysql-4.1unknown2004-12-031-1/+1
|\ \ \
| * | | Bug#6391 (binlog-do-db rules ignored)unknown2004-12-031-1/+1
| |/ /
* | | Fixes (bug #6932: 'revoke all privileges...' doesn't remove all proper column...unknown2004-12-021-1/+1
|/ /
* | enabled having system tables in ndbunknown2004-11-171-10/+27
* | After merge fixesunknown2004-11-121-2/+5
* | merge with 4.0unknown2004-11-121-1/+2
|\ \ | |/
| * Bug#6123 - GRANT USAGE creates useless mysql.db rowunknown2004-11-111-1/+2
| * Using MySQL 4.0 with privilege tables from 5.0 caused a crash.unknown2004-10-081-20/+36
| * Reverted patch for new usage of open_count as it caused more problems than it...unknown2004-10-061-1/+1
* | Simpler arena swapping codeunknown2004-11-081-4/+6
* | sql_acl.cc:unknown2004-10-221-7/+8
* | After-merge fixes.unknown2004-10-221-59/+71
|\ \
| * | sql_acl.cc:unknown2004-10-221-34/+29