summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* After merge fixesunknown2003-08-191-7/+9
* Merge with 4.0.14unknown2003-08-111-161/+258
|\
| * 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 gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2003-08-021-2/+11
|\ \ \
| * | | There were two wrong calls to tables_ok() in MySQL 4.0 (BUG#980),unknown2003-08-021-2/+11
* | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-07-271-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | now GRANT db.* ... compares patterns correctly to prevent privilege escalationunknown2003-07-221-5/+5
* | | | Fix security bug. mysqld server without ssl support was completly unknown2003-07-231-4/+10
|/ / /
* | | Fixes for make_win_src_distributionsunknown2003-06-151-5/+9
* | | REVOKE all privileges and delete user(244)unknown2003-06-061-15/+273
* | | After merge fixesunknown2003-05-211-2/+5
* | | Merge with 4.0.13unknown2003-05-191-24/+48
|\ \ \ | |/ /
| * | 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
* | | Give warning if MySQL doesn't honor given storage engineunknown2003-05-131-1/+1
* | | INSERT ... UPDATE ... VALUES()unknown2003-05-031-13/+13
* | | Merge with 4.0unknown2003-04-031-0/+22
|\ \ \ | |/ /
| * | 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
* | | Some optimization in CHARSET_INFO:unknown2003-04-011-5/+3