summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/kgeorge/mysql/5.0/cleanunknown2006-05-261-5/+10
|\
| * Merge mysql.com:/home/kgeorge/mysql/5.0/cleanunknown2006-05-261-5/+10
| |\
| | * BUG#18681: View privileges are brokenunknown2006-05-261-5/+10
* | | Bug #14875: Bad view DEFINER makes SHOW CREATE VIEW failunknown2006-05-261-0/+2
|/ /
* | Merge mysql.com:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-05-151-2/+3
|\ \ | |/ |/|
| * Fix possible race. Use LOCK_grant on access to grant_version.unknown2006-05-151-2/+3
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maintunknown2006-05-091-2/+2
|\ \
| * \ Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-04-121-2/+2
| |\ \ | | |/ | |/|
| | * Cleanup SSL implementationunknown2006-03-101-2/+2
* | | Reapply fix for bug#16372 (Server crashes when test 'conc_sys' is running)unknown2006-05-061-47/+61
|/ /
* | Fix for bug #18113 "SELECT * FROM information_schema.xxx crashes server"unknown2006-03-201-0/+7
* | 4.1 -> 5.0 mergeunknown2006-03-061-1/+4
|\ \ | |/ |/|
| * 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#17279 user with no global privs and with create priv in db can create dat...unknown2006-02-271-1/+3
* | | Fixed BUG#16303: erroneus stored procedures and functions should be droppableunknown2006-01-261-1/+1
* | | Merge mysql.com:/extern/mysql/bk/mysql-5.0unknown2006-01-181-19/+39
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-01-161-4/+2
| |\ \ \
| | * \ \ mergedunknown2006-01-061-5/+5
| | |\ \ \
| | * \ \ \ mergedunknown2006-01-031-4/+2
| | |\ \ \ \
| | | * | | | many warnings (practically safe but annoying) correctedunknown2006-01-031-4/+2
| * | | | | | Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clauseunknown2006-01-111-2/+2
| * | | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-01-091-2/+3
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Merge neptunus.(none):/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
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-01-061-1/+1
| |\ \ \ \ \
| | * | | | | Review fixes of new pushed codeunknown2006-01-061-1/+1
| * | | | | | Post-merge fixes.unknown2006-01-041-1/+0
| * | | | | | Merge mysql.com:/opt/local/work/mysql-4.1-7209-newunknown2006-01-041-4/+5
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | 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
| * | | | Bug #15775 "drop user" command does not refresh acl_check_hostsunknown2005-12-281-6/+27
| | |_|/ | |/| |
* | | | Fixed BUG#14834: Server denies to execute Stored Procedureunknown2005-12-151-1/+1
|/ / /
* | | WL#2486 - natural/using joins according to SQL:2003unknown2005-11-301-20/+83
* | | WL#2486 - Natural/using join according to SQL:2003.unknown2005-11-281-1/+2
| |/ |/|
* | Always initialize THD::thread_stack: it's used inunknown2005-11-231-0/+2
* | Inefficient usage of String::append() fixed.unknown2005-11-201-50/+54
* | WL#2818 (Add creator to the trigger definition for privilegeunknown2005-11-101-1/+1
* | postreview fixesunknown2005-10-311-1/+1
* | fixe of typos, comments & layoutunknown2005-10-281-2/+8
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-10-281-7/+48
|\ \
| * | support of view underlying tables and SP functions security check added (BUG#...unknown2005-10-281-7/+48
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-10-191-3/+6
|\ \ \ | |/ / |/| / | |/
| * Fix handling of password field at the old size (16 characters) but inunknown2005-09-201-3/+6
* | check of ACL initialization in is_acl_user() (BUG#13504)unknown2005-10-181-0/+5
* | Fix for bug #13546 "Build errors with --with-embedded-serverunknown2005-09-281-2/+2
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2005-09-231-1/+1
|\ \
| * | some last minute Windows compile fixes and makefile correctionsunknown2005-09-151-1/+1
* | | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...unknown2005-09-201-27/+41