| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes and code cleanups after merge with 4.0.3 | unknown | 2002-10-02 | 1 | -32/+48 |
* | Merge with 4.0.3 | unknown | 2002-08-30 | 1 | -31/+129 |
|\ |
|
| * | subselect in having clause | unknown | 2002-07-01 | 1 | -1/+0 |
| * | Database default charset now works: | unknown | 2002-06-24 | 1 | -1/+2 |
| * | merged | unknown | 2002-06-19 | 1 | -3/+20 |
| |\ |
|
| | * | EXISTS type of subselect | unknown | 2002-06-19 | 1 | -3/+20 |
| * | | sql_error.cc, sql_prepare.cc: | unknown | 2002-06-12 | 1 | -3/+33 |
| |/ |
|
| * | temporary preventing subselect in HAVING clause | unknown | 2002-06-07 | 1 | -0/+2 |
| * | merged | unknown | 2002-06-05 | 1 | -37/+64 |
| |\ |
|
| | * | merge with 4.0 | unknown | 2002-06-03 | 1 | -2/+3 |
| | |\ |
|
| | * | | Extension of .frm file (not yet ready for push) | unknown | 2002-06-02 | 1 | -35/+61 |
| * | | | merge | unknown | 2002-05-26 | 1 | -3/+0 |
| |\ \ \
| | |/ / |
|
| | * | | Fixed key algorithm handling | unknown | 2002-05-22 | 1 | -3/+0 |
| * | | | simple subselects ported to new select_lex structures | unknown | 2002-05-12 | 1 | -0/+13 |
| * | | | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li... | unknown | 2002-05-08 | 1 | -9/+14 |
| * | | | new SELECT_LEX structure | unknown | 2002-05-07 | 1 | -6/+15 |
| |/ / |
|
| * | | RB-Tree indexes support in HEAP tables | unknown | 2002-04-25 | 1 | -1/+1 |
| * | | Some fixes after merging changes from 4.0 | unknown | 2002-04-16 | 1 | -0/+1 |
| * | | merge | unknown | 2002-04-13 | 1 | -4/+8 |
| |\ \ |
|
| | * | | Derived tables ! | unknown | 2002-03-26 | 1 | -2/+4 |
| | * | | Added GIS extension | unknown | 2002-02-22 | 1 | -1/+6 |
* | | | | Removed wrong mutex lock (hangup in kill on HPUX) | unknown | 2002-08-24 | 1 | -2/+1 |
* | | | | Fixed bug in wait_for_update() that I had introduced. | unknown | 2002-08-22 | 1 | -10/+10 |
* | | | | Changed SQL variable delay_key_write to an enum | unknown | 2002-08-13 | 1 | -0/+2 |
* | | | | Added nety_retry_count as a changeable variable | unknown | 2002-08-08 | 1 | -0/+1 |
* | | | | Lots of code fixes to the replication code (especially the binary logging and... | unknown | 2002-08-08 | 1 | -12/+10 |
* | | | | New SET syntax & system variables. | unknown | 2002-07-23 | 1 | -34/+59 |
* | | | | Added interface for first set of dynamic variables. | unknown | 2002-06-28 | 1 | -0/+21 |
* | | | | Added the following new privleges: | unknown | 2002-06-12 | 1 | -23/+14 |
* | | | | Big code cleanup/review before 4.0.2 release. | unknown | 2002-06-11 | 1 | -2/+2 |
* | | | | removed init_count from IO_CACHE. | unknown | 2002-06-05 | 1 | -31/+36 |
| |_|/
|/| | |
|
* | | | Fixed a bug with big result sets and UNION's | unknown | 2002-05-24 | 1 | -1/+2 |
* | | | Features made for Schlund plus several bug fixes. | unknown | 2002-05-15 | 1 | -1/+1 |
|/ / |
|
* | | Update for BTREE keys in HEAP tables | unknown | 2002-04-12 | 1 | -1/+3 |
* | | relay_log_space_limit | unknown | 2002-04-01 | 1 | -0/+17 |
* | | replication updates. This changeset seems to be working fine on test systems. | unknown | 2002-03-30 | 1 | -0/+8 |
* | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4 | unknown | 2002-03-16 | 1 | -1/+4 |
|\ \ |
|
| * | | added some comments | unknown | 2002-03-16 | 1 | -1/+4 |
| |/ |
|
* | | processing trunsactional tables in query cache | unknown | 2002-03-15 | 1 | -2/+21 |
|/ |
|
* | BK makes me problems. | unknown | 2002-02-01 | 1 | -0/+1 |
* | Merge from 3.23.48 tree | unknown | 2002-01-30 | 1 | -3/+5 |
|\ |
|
| * | ha_innobase.cc, ha_innobase.h, handler.h, handler.cc, sql_class.h, log.cc: | unknown | 2002-01-22 | 1 | -1/+1 |
* | | New error messages | unknown | 2002-01-29 | 1 | -1/+1 |
* | | more predicatable slave behaviour with wait_for_slave_stop in mysqltest | unknown | 2002-01-24 | 1 | -0/+1 |
* | | post-merge fixes, including slave-skip-errors backport | unknown | 2002-01-22 | 1 | -1/+0 |
* | | Ugly merge! But I am not done yet - there are a number of things I need to fix | unknown | 2002-01-19 | 1 | -32/+92 |
|\ \ |
|
| * | | Here comes a nasty patch, although I am not ready to push it yet. I will | unknown | 2002-01-19 | 1 | -24/+84 |
* | | | some small changes for MULTI-TABLE updates and other little fixes | unknown | 2002-01-16 | 1 | -1/+1 |
* | | | Some changes in multi-table deletes, with some speed-ups and | unknown | 2002-01-12 | 1 | -1/+1 |
* | | | Changes for the BitKeeper resolve. | unknown | 2001-12-26 | 1 | -0/+30 |
|\ \ \ |
|