summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-161-0/+4
|\
| * Fix for BUG#2083unknown2003-12-161-0/+4
* | Fixed bug in last push found by valgrindunknown2003-12-141-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-131-1/+21
|\ \
| * \ Mergeunknown2003-12-131-1/+21
| |\ \
| | * | Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-1/+21
| | |/
* | | sql_delete.cc, sql_update.cc, sql_class.h:unknown2003-12-121-3/+2
|/ /
* | Many files:unknown2003-12-111-2/+6
|/
* Add new user variables for tuning memory usage:unknown2003-10-111-1/+1
* item_func.h:unknown2003-08-201-1/+5
* Bug #570 fixedunknown2003-06-191-1/+2
* Added testing of LOAD DATA ... STARTING BYunknown2003-05-261-1/+0
* Fixed 'Unknown error' when using 'UPDATE ... LIMIT'. Bug 373unknown2003-05-131-0/+4
* Fix for UNION and LEFT JOIN (Bug #386)unknown2003-05-131-3/+3
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-05-031-11/+14
|\
| * Fix problem where key_read was not cleaned up properly, which caused assert i...unknown2003-05-031-11/+14
* | merge fixunknown2003-04-261-63/+82
|\ \ | |/
| * Fixes for valgrindunknown2003-04-231-63/+82
* | Three bug fixes and one fix being undone.unknown2003-04-191-5/+0
* | Two bug fixesunknown2003-04-111-0/+7
* | A fix for a bug in multi-table updates which was always causedunknown2003-04-021-1/+1
|/
* Allow optimzation of multi-table-update also for InnoDB tablesunknown2003-03-191-41/+105
* 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
* Applied Sinisa's patch:unknown2003-02-191-1/+1
* 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
* 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 invalidation of query cacheunknown2002-11-221-6/+4
* 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
|/
* Small code improvement in multi-table updatesunknown2002-10-171-9/+9
* Two bug fixesunknown2002-10-121-1/+1
* mergeunknown2002-08-081-2/+3
|\
| * Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-2/+3
* | fixed two bugs in multi-table updateunknown2002-08-061-12/+20
* | few small fixesunknown2002-08-011-1/+1
|/
* New SET syntax & system variables.unknown2002-07-231-1/+1
* Fixed some comments , plus introduced some tests so that I do notunknown2002-06-181-3/+3
* Some small changes in multi-table update "ported" from mulit-tableunknown2002-06-131-4/+4
* Big code cleanup/review before 4.0.2 release.unknown2002-06-111-21/+30
* mergeunknown2002-05-091-4/+8
|\