summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* After merge fixesmonty@mashka.mysql.fi2003-08-191-7/+9
* Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-161/+258
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-08-071-7/+4
| |\
| | * Review of changesets since last pull.monty@mashka.mysql.fi2003-08-071-7/+4
| * | mergedserg@serg.mylan2003-08-071-2/+2
| |\ \ | | |/ | |/|
| | * fixed password buffer overflowserg@serg.mylan2003-08-071-2/+2
| * | Fix so that SET PASSWORD is not replicated by the slave if running withguilhem@mysql.com2003-08-021-0/+19
| * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2003-08-021-4/+22
| |\ \
| | * | Mark tables 'updating' in sql_acl.cc (mysql_grant(), mysql_table_grant()) so ...guilhem@mysql.com2003-08-021-4/+22
| * | | Fix security bug. mysqld server without ssl support was completlydlenev@mysql.com2003-07-301-3/+9
| |/ /
| * | Bug #473 - GRANT ... TO ''@... was requiring FLUSH PRIVILEGES to workserg@serg.mylan2003-07-211-1/+1
| * | Fixed memory overrun when doing REPAIR on table with multi-part auto_incremen...monty@narttu.mysql.fi2003-07-181-1/+5
| * | I committed the same changeset in my tree yesterday, but broke the tree since,guilhem@mysql.com2003-07-031-1/+1
| * | Added missing (char*) casts in bzero calls.pem@mysql.com2003-07-031-2/+2
| * | Lot's of clean-ups and fixes for 4.0.14.Sinisa@sinisa.nasamreza.org2003-07-021-1/+1
| * | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-06-301-2/+5
| |\ \
| | * \ Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0gluh@gluh.mysql.r18.ru2003-06-261-2/+5
| | |\ \
| | | * | Fix bug #673: MySQL 4.0.13 no SSL connection with mysql client possiblegluh@gluh.mysql.r18.ru2003-06-261-2/+5
| * | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-06-251-158/+203
| |\ \ \ \ | | |/ / /
| | * | | SHOW GRANTS hided real grants when grants on both column and table (Bug 654)monty@narttu.mysql.fi2003-06-231-158/+203
| | |/ /
| * | | Removing one fix.Sinisa@sinisa.nasamreza.org2003-06-231-9/+4
| * | | Two Sprint tasks and two behaviour changes.Sinisa@sinisa.nasamreza.org2003-06-171-4/+9
| * | | several bug fixesSinisa@sinisa.nasamreza.org2003-05-311-3/+12
| |/ /
* | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1guilhem@mysql.com2003-08-021-2/+11
|\ \ \
| * | | There were two wrong calls to tables_ok() in MySQL 4.0 (BUG#980),guilhem@gbichot22003-08-021-2/+11
* | | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-07-271-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | now GRANT db.* ... compares patterns correctly to prevent privilege escalationserg@serg.mylan2003-07-221-5/+5
* | | | Fix security bug. mysqld server without ssl support was completly dlenev@dlenev.mshome2003-07-231-4/+10
|/ / /
* | | Fixes for make_win_src_distributionsmonty@narttu.mysql.fi2003-06-151-5/+9
* | | REVOKE all privileges and delete user(244)gluh@gluh.mysql.r18.ru2003-06-061-15/+273
* | | After merge fixesmonty@mashka.mysql.fi2003-05-211-2/+5
* | | Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-24/+48
|\ \ \ | |/ /
| * | Merge to get security patchmonty@mashka.mysql.fi2003-05-081-3/+6
| |\ \ | | |/
| | * Security patch to remove wrong error when one had a global update/delete priv...monty@mashka.mysql.fi2003-05-071-3/+6
| * | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-04-301-2/+5
| |\ \
| | * | Fix reference to not initialized memorymonty@narttu.mysql.fi2003-04-301-2/+5
| * | | merge fixSinisa@sinisa.nasamreza.org2003-04-291-16/+19
| |\ \ \ | | |/ /
| | * | CURRENT_USER() and "access denied" error messages now report hostname exactly...serg@serg.mylan2003-04-291-8/+10
| | * | Fix for openssl on Solarismonty@mashka.mysql.fi2003-04-281-8/+9
| * | | properly back quoting db.table names in SHOW GRANTSSinisa@sinisa.nasamreza.org2003-04-231-3/+3
| * | | Fixing few small problems in SET PASSWORD:Sinisa@sinisa.nasamreza.org2003-04-211-5/+1
| |/ /
| * | Fix bug: Crash server when grant ssl options are used and ssl handshake is no...gluh@gluh.mysql.r18.ru2003-04-161-57/+58
| * | Fixed bug in SUM() with NULL:smonty@mashka.mysql.fi2003-04-151-0/+12
* | | Give warning if MySQL doesn't honor given storage enginemonty@mashka.mysql.fi2003-05-131-1/+1
* | | INSERT ... UPDATE ... VALUES()serg@serg.mylan2003-05-031-13/+13
* | | Merge with 4.0monty@narttu.mysql.fi2003-04-031-0/+22
|\ \ \ | |/ /
| * | Sprint task #856 : make table exclusion rules (in replication)guilhem@mysql.com2003-04-011-0/+22
| * | Reverted Sinisa's patch "Fixing the error messages returned on GRANTlenz@mysql.com2003-02-191-6/+2
| * | - Applying Sinisa's Patch "Fixing the error messages returned on lenz@mysql.com2003-02-191-2/+6
* | | Some optimization in CHARSET_INFO:bar@bar.mysql.r18.ru2003-04-011-5/+3