summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* merge with 4.0monty@mysql.com2004-03-161-28/+64
|\
| * Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0vva@eagle.mysql.r18.ru2004-03-121-8/+4
| |\
| | * fixed Bug #2985 vva@eagle.mysql.r18.ru2004-03-051-8/+4
| * | Portability fixes & fixing of test suitemonty@mysql.com2004-03-121-7/+10
| * | Fix for BUG#2983 "If statement was killed on master, slave errors despite rep...guilhem@mysql.com2004-03-111-5/+38
| * | Fix for BUG#2921 "Replication problem on mutex lock in mySQL-4.0.18":guilhem@mysql.com2004-03-111-14/+14
| * | invalidation of locking for write tables (BUG#2693)bell@sanja.is.com.ua2004-03-041-1/+5
| |/
* | Fixes for bugs #2274 "mysqld gets SIGSEGV during processing of malformed konstantin@mysql.com2004-03-151-1/+1
* | Comment for do_command moved inside #ifndef EMBEDDED_LIBRARY.konstantin@oak.local2004-03-081-2/+11
* | Desperate attempt to push part of prepared statements cleanup which was konstantin@oak.local2004-03-021-0/+24
* | temporary undo needed for mergeguilhem@mysql.com2004-02-281-1/+17
|\ \
| * | Fix for BUG#3000:guilhem@mysql.com2004-02-281-0/+16
| * | Fix for BUG#2757guilhem@mysql.com2004-02-211-1/+1
* | | Merge with public treemonty@mysql.com2004-02-161-109/+99
|\ \ \
| * | | After merge fixesmonty@mysql.com2004-02-161-6/+7
| * | | Merge with 4.0.18monty@mysql.com2004-02-111-108/+97
| |\ \ \ | | | |/ | | |/|
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-02-041-67/+49
| | |\ \
| | | * | Ensure that privileges are tested properly for multi-table-updates.monty@mysql.com2004-02-031-67/+49
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0dlenev@mysql.com2004-01-301-6/+6
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fix for bugs #1885, #2464, #2539. Proper handling of defaultdlenev@mysql.com2004-01-301-6/+6
| | * | | Fix for BUG#2527 "Multi-Table Delete - Not Replication use replicate-wild-do-...guilhem@mysql.com2004-01-291-1/+3
| | |/ /
| | * | Some small portability fixes.monty@mysql.com2003-12-301-15/+27
* | | | Fix for #2212 (mysql_change_user doesn't work in embedded library)hf@deer.(none)2004-02-141-4/+17
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-02-141-3/+11
|\ \ \ \
| * | | | Another fix for #2208hf@deer.(none)2004-02-131-3/+11
| | |_|/ | |/| |
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-02-121-53/+34
|\ \ \ \ | |/ / /
| * | | Bug#2703acurtis@pcgem.rdg.cyberkinetica.com2004-02-121-17/+1
| * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2004-02-111-1/+17
| |\ \ \
| | * | | Fix for BUG#2703 guilhem@gbichot2.local2004-02-111-1/+17
| | |/ /
| * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2004-02-101-2/+11
| |\ \ \ | | |/ / | |/| |
| | * | Fix for #2208 (multi-query returns wrong result in embedded library)hf@deer.(none)2004-02-101-2/+11
| * | | ufter revview fix (BUG#2120)bell@sanja.is.com.ua2004-02-091-2/+2
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-02-091-51/+23
| |\ \ \ | | |/ / | |/| |
| | * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-02-011-51/+23
| | |\ \
| | | * | now all tables of query are locked in one place (including derived tables)bell@sanja.is.com.ua2004-02-011-51/+23
* | | | | correct assignment of default limit (BUG#2600)bell@sanja.is.com.ua2004-02-041-2/+6
|/ / / /
* | | | cleanup: #ifdef DELETE_ITEMS removedkonstantin@mysql.com2004-02-031-4/+0
|/ / /
* | | better fix BUG#2361: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary keyserg@serg.mylan2004-01-281-2/+2
|/ /
* | Mergebell@sanja.is.com.ua2004-01-201-4/+18
|\ \
| * | for multy-delete command used same algorithm of table reference (alias)bell@sanja.is.com.ua2004-01-201-3/+2
| * | allow UPDATE and DELETE stetements with tables derived from subquery if they ...bell@sanja.is.com.ua2004-01-041-3/+18
* | | Pack of changes about 'cleanup()'-shf@deer.(none)2004-01-201-1/+1
* | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2004-01-151-0/+2
|\ \ \
| * | | null.result, null.test:Sinisa@sinisa.nasamreza.org2004-01-091-0/+2
| |/ /
* | | Mergehf@deer.(none)2004-01-071-1/+1
|\ \ \ | |/ / |/| |
| * | SCRUMhf@deer.(none)2003-12-011-5/+1
* | | sql_parse.cc:bar@bar.intranet.mysql.r18.ru2003-12-241-0/+9
* | | THD::init_for_queries() pushed back:konstantin@oak.local2003-12-211-0/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2003-12-201-5/+3
|\ \ \
| * | | Prepared_statement deployed instead of PREP_STMT. konstantin@oak.local2003-12-201-5/+3