summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-261-2/+5
|\
| * Fix bug #673: MySQL 4.0.13 no SSL connection with mysql client possibleunknown2003-06-261-2/+5
* | SHOW GRANTS hided real grants when grants on both column and table (Bug 654)unknown2003-06-231-158/+203
|/
* Merge to get security patchunknown2003-05-081-3/+6
|\
| * Security patch to remove wrong error when one had a global update/delete priv...unknown2003-05-071-3/+6
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-04-301-2/+5
|\ \
| * | Fix reference to not initialized memoryunknown2003-04-301-2/+5
* | | merge fixunknown2003-04-291-16/+19
|\ \ \ | |/ /
| * | CURRENT_USER() and "access denied" error messages now report hostname exactly...unknown2003-04-291-8/+10
| * | Fix for openssl on Solarisunknown2003-04-281-8/+9
* | | properly back quoting db.table names in SHOW GRANTSunknown2003-04-231-3/+3
* | | Fixing few small problems in SET PASSWORD:unknown2003-04-211-5/+1
|/ /
* | Fix bug: Crash server when grant ssl options are used and ssl handshake is no...unknown2003-04-161-57/+58
* | Fixed bug in SUM() with NULL:sunknown2003-04-151-0/+12
* | Sprint task #856 : make table exclusion rules (in replication)unknown2003-04-011-0/+22
* | Reverted Sinisa's patch "Fixing the error messages returned on GRANTunknown2003-02-191-6/+2
* | - Applying Sinisa's Patch "Fixing the error messages returned on unknown2003-02-191-2/+6
* | Merge sergbook.mysql.com:/usr/home/serg/Abk/mysqlunknown2003-02-101-1/+3
|\ \ | |/
| * error message fixed (new error code will be introduced in 4.1)unknown2003-02-101-1/+3
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2003-01-211-0/+1
|\ \
| * | Fixes cases where thd->query was not protected.unknown2003-01-191-0/+1
* | | Fix for a bug in SHOW GRANTS when :unknown2003-01-111-0/+2
* | | changing a bit SHOW GRANTS to display empty row in global table.unknown2003-01-091-2/+0
|/ /
* | Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overrunsunknown2002-12-261-1/+1
* | mergeunknown2002-11-071-1/+1
|\ \
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-1/+1
* | | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-1/+1
|/ /
* | Mergeunknown2002-10-311-9/+18
|\ \
| * | Added back old LARGEFILE handlingunknown2002-10-291-9/+18
* | | Some changes for SSLunknown2002-10-301-2/+7
|/ /
* | Compare hostnames case insensitiveunknown2002-09-251-6/+7
* | Updated VC++ project files for 4.0.4unknown2002-09-241-1/+8
* | Don't give the anonymous user create temp table or lock tables privileges.unknown2002-09-221-1/+15
* | Merge with 3.23.53unknown2002-09-221-5/+15
|\ \ | |/
| * Change name -> alias in TABLE_LIST.unknown2002-09-211-27/+37
* | Fixed bug in previous patch when using a libc with static nssunknown2002-09-221-2/+18
* | Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-20/+20
* | Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tablesunknown2002-09-161-28/+2
* | Portability fixes.unknown2002-09-111-5/+11
* | Fixed searching after ssl directories.unknown2002-09-051-94/+96
* | Changed relay_log_space to ulonglongunknown2002-08-231-13/+7
* | reverting a fixunknown2002-08-091-2/+1
* | A very small security fixunknown2002-08-081-1/+2
* | merge with 3.23.52unknown2002-08-081-1/+6
|\ \ | |/
| * Better fix for problem with empty database names in the mysql.db tableunknown2002-08-081-1/+4
| * Fix for a security flaw in database hashunknown2002-08-071-0/+2
| * Fixed a problem with privilege tables when downgrading from 4.0.2unknown2002-08-031-1/+1
* | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-6/+9
* | Merge with 3.23.51unknown2002-07-251-2/+2
|\ \ | |/
| * Trying to make Arjen happy ...unknown2002-06-261-2/+2