Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for BUG#5033 "When using temporary tables truncate does NOT reset the aut... | guilhem@mysql.com | 2004-08-23 | 1 | -4/+1 |
* | Rollback UPDATE/DELETE statements on kill | monty@mysql.com | 2004-03-04 | 1 | -4/+5 |
* | Cleanups | monty@mashka.mysql.fi | 2004-02-22 | 1 | -2/+1 |
* | Fix for a bug #2799. | Sinisa@sinisa.nasamreza.org | 2004-02-19 | 1 | -2/+7 |
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 | guilhem@mysql.com | 2003-12-16 | 1 | -0/+5 |
|\ | |||||
| * | Fix for BUG#2083 | guilhem@mysql.com | 2003-12-16 | 1 | -0/+5 |
* | | sql_delete.cc, sql_update.cc, sql_class.h: | igor@rurik.mysql.com | 2003-12-12 | 1 | -6/+5 |
* | | Many files: | igor@rurik.mysql.com | 2003-12-11 | 1 | -1/+5 |
* | | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr... | monty@mysql.com | 2003-12-11 | 1 | -3/+9 |
|/ | |||||
* | Add new user variables for tuning memory usage: | monty@mashka.mysql.fi | 2003-10-11 | 1 | -1/+2 |
* | Cleanups | monty@mashka.mysql.fi | 2003-07-09 | 1 | -6/+9 |
* | sql_delete.cc: | heikki@hundin.mysql.fi | 2003-07-07 | 1 | -1/+6 |
* | "delete from table where const" bug fixed | serg@serg.mylan | 2003-05-03 | 1 | -1/+1 |
* | Fixed multi-table-delete for InnoDB tables | monty@mashka.mysql.fi | 2003-02-17 | 1 | -2/+8 |
* | New multi-table-update code | monty@mashka.mysql.fi | 2002-11-29 | 1 | -35/+32 |
* | fixed invalidation of query cache | bell@sanja.is.com.ua | 2002-11-22 | 1 | -6/+4 |
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2002-11-16 | 1 | -11/+19 |
|\ | |||||
| * | Small improvement to alloc_root | monty@mashka.mysql.fi | 2002-11-16 | 1 | -11/+19 |
* | | A fix for safe updates | Sinisa@sinisa.nasamreza.org | 2002-11-15 | 1 | -4/+4 |
|/ | |||||
* | Portability fix extern "C" static -> extern "C" | monty@hundin.mysql.fi | 2002-11-07 | 1 | -1/+1 |
* | merge | monty@butch. | 2002-11-07 | 1 | -13/+13 |
|\ | |||||
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. | monty@butch. | 2002-11-07 | 1 | -13/+13 |
* | | Put temporary files in binlog cache when using BEGIN/COMMIT | monty@hundin.mysql.fi | 2002-11-07 | 1 | -28/+29 |
|/ | |||||
* | Two bug fixes | Sinisa@sinisa.nasamreza.org | 2002-10-12 | 1 | -1/+1 |
* | merge | monty@mashka.mysql.fi | 2002-08-08 | 1 | -3/+4 |
|\ | |||||
| * | Lots of code fixes to the replication code (especially the binary logging and... | monty@mashka.mysql.fi | 2002-08-08 | 1 | -3/+4 |
* | | fixed bug in truncating nonexisting table, found by Carsten | bell@sanja.is.com.ua | 2002-08-05 | 1 | -1/+2 |
* | | A bug with tables with different ref_length's whose order is | Sinisa@sinisa.nasamreza.org | 2002-07-31 | 1 | -13/+14 |
|/ | |||||
* | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -1/+1 |
* | Added interface for first set of dynamic variables. | jani@rhols221.adsl.netsonic.fi | 2002-06-28 | 1 | -1/+1 |
* | Remove remains of old getopt | monty@mashka.mysql.fi | 2002-06-12 | 1 | -1/+1 |
* | A fix for multi-table delete with tables optimised away. | Sinisa@sinisa.nasamreza.org | 2002-06-11 | 1 | -4/+4 |
* | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -6/+8 |
* | Fixed mutex problem in TRUNCATE TABLE | monty@hundin.mysql.fi | 2002-06-04 | 1 | -0/+6 |
* | merge | bell@sanja.is.com.ua | 2002-05-09 | 1 | -4/+7 |
|\ | |||||
| * | invalidation moved before tables unlocking | bell@sanja.is.com.ua | 2002-04-29 | 1 | -2/+5 |
* | | Fixed that enable-reads-from-master and repl-parse-query works in option files. | monty@hundin.mysql.fi | 2002-04-29 | 1 | -1/+5 |
|/ | |||||
* | fixed bug in truncating temp tables | sasha@mysql.sashanet.com | 2002-04-08 | 1 | -2/+6 |
* | added building without query cache | bell@sanja.is.com.ua | 2002-03-22 | 1 | -3/+3 |
* | processing trunsactional tables in query cache | bell@sanja.is.com.ua | 2002-03-15 | 1 | -3/+3 |
* | New error messages | monty@hundin.mysql.fi | 2002-01-29 | 1 | -7/+15 |
* | Move HA_EXTRA_NO_READCHECK to ha_open | monty@hundin.mysql.fi | 2002-01-16 | 1 | -43/+18 |
* | merge | monty@hundin.mysql.fi | 2002-01-16 | 1 | -1/+1 |
|\ | |||||
| * | Added support of null keys in HEAP tables | monty@tik.mysql.fi | 2002-01-12 | 1 | -1/+1 |
* | | Some changes in multi-table deletes, with some speed-ups and | Sinisa@sinisa.nasamreza.org | 2002-01-12 | 1 | -26/+19 |
|/ | |||||
* | Fixed sleep time in mysql-test-run | monty@hundin.mysql.fi | 2001-12-13 | 1 | -21/+20 |
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -5/+5 |
* | Query cache. | monty@hundin.mysql.fi | 2001-12-02 | 1 | -0/+4 |
* | Fixed fulltext after merge from 3.23.45 | monty@hundin.mysql.fi | 2001-11-22 | 1 | -5/+9 |
* | merge | monty@hundin.mysql.fi | 2001-11-22 | 1 | -9/+6 |
|\ |