summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* fixed st_select_lex initializationunknown2003-04-051-2/+4
* another bad merge fixedunknown2003-03-201-1/+1
* Merge with 4.0.12unknown2003-03-191-42/+105
|\
| * Allow optimzation of multi-table-update also for InnoDB tablesunknown2003-03-191-41/+105
* | Merge with 4.0unknown2003-03-161-5/+17
|\ \ | |/
| * Write binlog before commit when doing INSERT ... SELECTunknown2003-03-161-1/+12
| * Better fix for "Halloween" effect ...unknown2003-03-121-8/+6
| * A bug fix for multi-table updates with InnoDB storage engineunknown2003-03-111-5/+8
* | merge fixesunknown2003-03-061-1/+1
|\ \
| * | three bug fixes and major code cleanupunknown2003-03-061-1/+1
* | | Merge with 4.0.11unknown2003-02-261-1/+1
|\ \ \ | |/ / |/| / | |/
| * Applied Sinisa's patch:unknown2003-02-191-1/+1
* | after-review changes (577 SCRUM)unknown2003-02-021-7/+7
* | fixed bug in determinating uncacheable queriesunknown2003-01-301-4/+4
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-01-291-1/+1
|\ \
| * | Move latin1 into a separarte fileunknown2003-01-291-1/+1
* | | improving of fields list creation in derived tables and unionsunknown2003-01-291-1/+1
* | | mergingunknown2003-01-251-8/+20
|\ \ \ | |/ / |/| |
| * | fixed subselects with temporary tables (SCRUM)unknown2003-01-251-8/+20
* | | Updates for multi-byte character setsunknown2003-01-141-0/+1
* | | Merge with 4.0.8unknown2003-01-031-5/+2
|\ \ \ | |/ / |/| / | |/
| * Fix for found rows in multi-table updatesunknown2002-12-181-3/+2
| * Removed compiler warningsunknown2002-12-121-2/+0
| * Don't initialize fulltext functions twice in multi-table-updateunknown2002-12-061-1/+0
* | merge fixunknown2002-12-061-379/+409
|\ \
| * | After merge fixesunknown2002-12-061-9/+10
| * | Merge with 4.0.6unknown2002-12-051-380/+409
| |\ \ | | |/
| | * Copy arguments given to mysql_server_init()unknown2002-12-051-6/+12
| | * Fixed some bugs from last multi-table-update push.unknown2002-12-011-2/+2
| | * New multi-table-update codeunknown2002-11-291-367/+401
* | | fixed error messageunknown2002-12-041-1/+1
|/ /
* | fix of error handlingunknown2002-12-011-6/+9
* | check of using same table for changing and selectunknown2002-11-301-0/+7
* | reverse order in global select list allow to avoid recursion in derived tablesunknown2002-11-271-1/+1
* | Mergeunknown2002-11-251-6/+12
|\ \
| * | after merging fix (update SCRUM?)unknown2002-11-231-1/+0
| * | mergingunknown2002-11-231-6/+13
| |\ \
| | * | fixed update with subselect (FOR REVIEW)unknown2002-10-241-6/+12
* | | | Merge with 4.0unknown2002-11-251-6/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | fixed invalidation of query cacheunknown2002-11-221-6/+4
* | | Fixes after merge with 4.0unknown2002-11-211-1/+2
* | | Merge with 4.0unknown2002-11-211-53/+64
|\ \ \ | |/ /
| * | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-11-161-10/+21
| |\ \
| | * | Small improvement to alloc_rootunknown2002-11-161-10/+21
| * | | A fix for safe updatesunknown2002-11-151-5/+3
| |/ /
| * | mergeunknown2002-11-071-29/+30
| |\ \
| | * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-29/+30
| * | | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-9/+10
| |/ /
* | | moved similar code to functionunknown2002-11-041-8/+1
* | | removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM)unknown2002-10-301-3/+10