summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanups to recent patchesunknown2003-08-151-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-071-7/+4
|\
| * Review of changesets since last pull.unknown2003-08-071-7/+4
* | mergedunknown2003-08-071-2/+2
|\ \ | |/ |/|
| * fixed password buffer overflowunknown2003-08-071-2/+2
* | Fix so that SET PASSWORD is not replicated by the slave if running withunknown2003-08-021-0/+19
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-021-4/+22
|\ \
| * | Mark tables 'updating' in sql_acl.cc (mysql_grant(), mysql_table_grant()) so ...unknown2003-08-021-4/+22
* | | Fix security bug. mysqld server without ssl support was completlyunknown2003-07-301-3/+9
|/ /
* | Bug #473 - GRANT ... TO ''@... was requiring FLUSH PRIVILEGES to workunknown2003-07-211-1/+1
* | Fixed memory overrun when doing REPAIR on table with multi-part auto_incremen...unknown2003-07-181-1/+5
* | I committed the same changeset in my tree yesterday, but broke the tree since,unknown2003-07-031-1/+1
* | Added missing (char*) casts in bzero calls.unknown2003-07-031-2/+2
* | Lot's of clean-ups and fixes for 4.0.14.unknown2003-07-021-1/+1
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-301-2/+5
|\ \
| * \ 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
* | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-251-158/+203
|\ \ \ \ | |/ / /
| * | | SHOW GRANTS hided real grants when grants on both column and table (Bug 654)unknown2003-06-231-158/+203
| |/ /
* | | Removing one fix.unknown2003-06-231-9/+4
* | | Two Sprint tasks and two behaviour changes.unknown2003-06-171-4/+9
* | | several bug fixesunknown2003-05-311-3/+12
|/ /
* | 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