Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes after merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 1 | -1/+0 |
* | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 1 | -11/+12 |
|\ | |||||
| * | Try to optimize the cache buffer size needed for bulk_insert | monty@mashka.mysql.fi | 2002-11-20 | 1 | -1/+2 |
| * | Small improvement to alloc_root | monty@mashka.mysql.fi | 2002-11-16 | 1 | -5/+6 |
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. | monty@butch. | 2002-11-07 | 1 | -5/+4 |
* | | Added some compatibility modes (for the future) | monty@mashka.mysql.fi | 2002-11-20 | 1 | -0/+5 |
* | | removed unused function | bar@bar.mysql.r18.ru | 2002-11-14 | 1 | -4/+0 |
* | | Some code optimisations related to EXPLAIN of derived tables and the | Sinisa@sinisa.nasamreza.org | 2002-11-09 | 1 | -2/+1 |
* | | Extensions to support this: | bar@bar.mysql.r18.ru | 2002-11-06 | 1 | -1/+1 |
* | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2002-11-04 | 1 | -12/+7 |
|\ \ | |||||
| * | | removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM) | bell@sanja.is.com.ua | 2002-10-30 | 1 | -12/+7 |
* | | | All String->set() now have charset argument | bar@bar.mysql.r18.ru | 2002-10-30 | 1 | -0/+2 |
|/ / | |||||
* | | add help command on server side | vva@genie.(none) | 2002-10-28 | 1 | -0/+1 |
* | | merge | monty@hundin.mysql.fi | 2002-10-17 | 1 | -0/+2 |
|\ \ | |||||
| * | | fixed subselect explain bug | bell@sanja.is.com.ua | 2002-10-16 | 1 | -0/+2 |
* | | | Added THD as parameter to filesort. Removed not used 'special' argument. | monty@hundin.mysql.fi | 2002-10-16 | 1 | -4/+4 |
|/ / | |||||
* | | Merge work:/home/bk/mysql-4.1 | serg@serg.mysql.com | 2002-10-08 | 1 | -2/+3 |
|\ \ | |||||
| * | | support for --tmpdir=dir1:dir2:... | serg@serg.mysql.com | 2002-10-08 | 1 | -2/+3 |
* | | | fixed couple of bugs in field/reference name resolution | bell@sanja.is.com.ua | 2002-10-08 | 1 | -1/+6 |
|/ / | |||||
* | | merging | bell@sanja.is.com.ua | 2002-10-04 | 1 | -2/+7 |
|\ \ | |||||
| * | | new EXPLAIN | bell@sanja.is.com.ua | 2002-09-26 | 1 | -2/+7 |
| * | | merged | bell@sanja.is.com.ua | 2002-09-03 | 1 | -3/+4 |
| |\ \ | |||||
| | * | | subselect with union | bell@sanja.is.com.ua | 2002-09-03 | 1 | -3/+4 |
* | | | | Merge work:/my/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 | monty@mashka.mysql.fi | 2002-10-03 | 1 | -2/+3 |
|\ \ \ \ | |||||
| * | | | | after merging bugfix | bell@sanja.is.com.ua | 2002-10-03 | 1 | -2/+3 |
* | | | | | Merge with 4.0.4 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -21/+62 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | Fixes and code cleanups after merge with 4.0.3 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -20/+27 |
| * | | | Merge with 4.0.3 | monty@narttu.mysql.fi | 2002-08-30 | 1 | -12/+46 |
| |\ \ \ | | |/ / | |||||
| | * | | CREATE ... SELECT extension (WL 317) | WAX@sergbook.mysql.com | 2002-07-20 | 1 | -3/+7 |
| | |/ | |||||
| | * | SHOW CREATE DATABASE name; | bar@gw.udmsearch.izhnet.ru | 2002-07-02 | 1 | -0/+1 |
| | * | ALTER DATABASE DEFAULT CHARACTER SET latin1; | bar@gw.udmsearch.izhnet.ru | 2002-06-27 | 1 | -1/+2 |
| | * | database default character set is now stored in database directory | bar@gw.udmsearch.izhnet.ru | 2002-06-21 | 1 | -1/+1 |
| | * | mysql_priv.h: | venu@myvenu.com | 2002-06-12 | 1 | -1/+2 |
| | * | sql_error.cc, sql_prepare.cc: | venu@myvenu.com | 2002-06-12 | 1 | -1/+27 |
| | * | New command: SHOW CHARACTER SET [LIKE 'wild'] | bar@gw.udmsearch.izhnet.ru | 2002-06-11 | 1 | -0/+1 |
| | * | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2002-06-07 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Charset of any string field now can be specified during CREATE TABLE | bar@gw.udmsearch.izhnet.ru | 2002-06-07 | 1 | -1/+1 |
| | * | | merged | bell@sanja.is.com.ua | 2002-06-05 | 1 | -13/+22 |
| | |\ \ | | | |/ | |||||
| | | * | Changes for new binary .frm format | monty@hundin.mysql.fi | 2002-06-04 | 1 | -1/+1 |
| | | * | merge with 4.0 | monty@hundin.mysql.fi | 2002-06-03 | 1 | -9/+17 |
| | | |\ | |||||
| | | * | | Extension of .frm file (not yet ready for push) | monty@hundin.mysql.fi | 2002-06-02 | 1 | -3/+4 |
| | * | | | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li... | bell@sanja.is.com.ua | 2002-05-08 | 1 | -1/+2 |
| | * | | | new SELECT_LEX structure | bell@sanja.is.com.ua | 2002-05-07 | 1 | -3/+3 |
| | |/ / | |||||
| | * | | merge | monty@hundin.mysql.fi | 2002-04-13 | 1 | -3/+4 |
| | |\ \ | |||||
| | | * | | Derived tables ! | Sinisa@sinisa.nasamreza.org | 2002-03-26 | 1 | -0/+1 |
| | | * | | New ctype functions/macros to support many charsets at a time | bar@gw.udmsearch.izhnet.ru | 2002-03-12 | 1 | -3/+3 |
* | | | | | Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables | monty@mashka.mysql.fi | 2002-09-16 | 1 | -1/+5 |
* | | | | | Merge mashka.mysql.fi:/home/my/mysql-3.23 | monty@mashka.mysql.fi | 2002-09-03 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Fixed bug introduces by last changeset | monty@mashka.mysql.fi | 2002-09-03 | 1 | -0/+1 |
* | | | | | Fixed bug in wait_for_update() that I had introduced. | monty@hundin.mysql.fi | 2002-08-22 | 1 | -5/+6 |