summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for BUG#5033 "When using temporary tables truncate does NOT reset the aut...unknown2004-08-231-4/+1
* Rollback UPDATE/DELETE statements on killunknown2004-03-041-4/+5
* Cleanupsunknown2004-02-221-2/+1
* Fix for a bug #2799.unknown2004-02-191-2/+7
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-161-0/+5
|\
| * Fix for BUG#2083unknown2003-12-161-0/+5
* | sql_delete.cc, sql_update.cc, sql_class.h:unknown2003-12-121-6/+5
* | Many files:unknown2003-12-111-1/+5
* | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-111-3/+9
|/
* Add new user variables for tuning memory usage:unknown2003-10-111-1/+2
* Cleanupsunknown2003-07-091-6/+9
* sql_delete.cc:unknown2003-07-071-1/+6
* "delete from table where const" bug fixedunknown2003-05-031-1/+1
* Fixed multi-table-delete for InnoDB tablesunknown2003-02-171-2/+8
* New multi-table-update codeunknown2002-11-291-35/+32
* 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-11/+19
|\
| * Small improvement to alloc_rootunknown2002-11-161-11/+19
* | A fix for safe updatesunknown2002-11-151-4/+4
|/
* Portability fix extern "C" static -> extern "C"unknown2002-11-071-1/+1
* mergeunknown2002-11-071-13/+13
|\
| * Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-13/+13
* | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-28/+29
|/
* Two bug fixesunknown2002-10-121-1/+1
* mergeunknown2002-08-081-3/+4
|\
| * Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-3/+4
* | fixed bug in truncating nonexisting table, found by Carstenunknown2002-08-051-1/+2
* | A bug with tables with different ref_length's whose order isunknown2002-07-311-13/+14
|/
* New SET syntax & system variables.unknown2002-07-231-1/+1
* Added interface for first set of dynamic variables.unknown2002-06-281-1/+1
* Remove remains of old getoptunknown2002-06-121-1/+1
* A fix for multi-table delete with tables optimised away.unknown2002-06-111-4/+4
* Big code cleanup/review before 4.0.2 release.unknown2002-06-111-6/+8
* Fixed mutex problem in TRUNCATE TABLEunknown2002-06-041-0/+6
* mergeunknown2002-05-091-4/+7
|\
| * invalidation moved before tables unlockingunknown2002-04-291-2/+5
* | Fixed that enable-reads-from-master and repl-parse-query works in option files.unknown2002-04-291-1/+5
|/
* fixed bug in truncating temp tablesunknown2002-04-081-2/+6
* added building without query cacheunknown2002-03-221-3/+3
* processing trunsactional tables in query cacheunknown2002-03-151-3/+3
* New error messagesunknown2002-01-291-7/+15
* Move HA_EXTRA_NO_READCHECK to ha_openunknown2002-01-161-43/+18
* mergeunknown2002-01-161-1/+1
|\
| * Added support of null keys in HEAP tablesunknown2002-01-121-1/+1
* | Some changes in multi-table deletes, with some speed-ups and unknown2002-01-121-26/+19
|/
* Fixed sleep time in mysql-test-rununknown2001-12-131-21/+20
* Update copyrightunknown2001-12-061-5/+5
* Query cache.unknown2001-12-021-0/+4
* Fixed fulltext after merge from 3.23.45unknown2001-11-221-5/+9
* mergeunknown2001-11-221-9/+6
|\