Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 4.0.11 | monty@narttu.mysql.fi | 2003-02-26 | 1 | -1/+0 |
|\ | |||||
| * | Applying Sinisa's patch: | lenz@mysql.com | 2003-02-19 | 1 | -1/+0 |
* | | Fixed a lot of wrong memory references as reported by valgrind | monty@mashka.mysql.fi | 2003-02-12 | 1 | -1/+2 |
* | | Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1 | hf@deer.mysql.r18.ru | 2003-01-21 | 1 | -0/+1 |
|\ \ | |||||
| * | | SCRUM | hf@deer.mysql.r18.ru | 2003-01-21 | 1 | -1/+1 |
| * | | SCRUM | hf@deer.mysql.r18.ru | 2003-01-05 | 1 | -0/+1 |
* | | | merge with 4.0.9 | monty@mashka.mysql.fi | 2003-01-09 | 1 | -0/+2 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Don't count NULL values in cardinalty for MyISAM tables. | monty@mashka.mysql.fi | 2003-01-09 | 1 | -0/+2 |
* | | After merge fixes | monty@mashka.mysql.fi | 2002-12-06 | 1 | -1/+2 |
* | | Merge with 4.0.6 | monty@mashka.mysql.fi | 2002-12-05 | 1 | -8/+9 |
|\ \ | |/ | |||||
| * | New multi-table-update code | monty@mashka.mysql.fi | 2002-11-29 | 1 | -6/+10 |
* | | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Try to optimize the cache buffer size needed for bulk_insert | monty@mashka.mysql.fi | 2002-11-20 | 1 | -0/+1 |
* | | merging | bell@sanja.is.com.ua | 2002-10-04 | 1 | -0/+3 |
|\ \ | |||||
| * | | new EXPLAIN | bell@sanja.is.com.ua | 2002-09-26 | 1 | -0/+3 |
* | | | Merge with 4.0.4 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -5/+13 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge with 4.0.3 | monty@narttu.mysql.fi | 2002-08-30 | 1 | -11/+19 |
| |\ \ | | |/ | |||||
| | * | merge | bell@sanja.is.com.ua | 2002-05-26 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Now several character sets can live in the same table, | bar@gw.udmsearch.izhnet.ru | 2002-05-14 | 1 | -0/+1 |
| | * | | total table list managment is changed | bell@sanja.is.com.ua | 2002-05-09 | 1 | -1/+9 |
| | * | | new SELECT_LEX structure | bell@sanja.is.com.ua | 2002-05-07 | 1 | -8/+8 |
| | |/ | |||||
| | * | merge | monty@hundin.mysql.fi | 2002-04-13 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Derived tables ! | Sinisa@sinisa.nasamreza.org | 2002-03-26 | 1 | -0/+1 |
* | | | | Changed table_list->name -> table_list->alias to find places where we where u... | monty@mashka.mysql.fi | 2002-09-20 | 1 | -9/+9 |
* | | | | Added code to flush a bulk_insert index. | monty@mashka.mysql.fi | 2002-09-18 | 1 | -1/+1 |
|/ / / | |||||
* | | | Just making commit in order to stop getting erors. | Sinisa@sinisa.nasamreza.org | 2002-07-16 | 1 | -0/+1 |
* | | | Made keyread (key scanning) a key specific attribute. | monty@hundin.mysql.fi | 2002-06-19 | 1 | -2/+2 |
* | | | Added the following new privleges: | monty@mashka.mysql.fi | 2002-06-12 | 1 | -2/+2 |
* | | | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -2/+6 |
* | | | removed unneeded table name pointer | bell@sanja.is.com.ua | 2002-06-09 | 1 | -1/+1 |
|/ / | |||||
* | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4 | bell@sanja.is.com.ua | 2002-03-16 | 1 | -3/+4 |
|\ \ | |||||
| * | | added some comments | bell@sanja.is.com.ua | 2002-03-16 | 1 | -3/+4 |
| |/ | |||||
* | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4 | bell@sanja.is.com.ua | 2002-03-15 | 1 | -0/+7 |
|\ \ | |||||
| * | | processing trunsactional tables in query cache | bell@sanja.is.com.ua | 2002-03-15 | 1 | -0/+7 |
| |/ | |||||
* | | fulltext+const_table bug fixed | serg@serg.mysql.com | 2002-03-01 | 1 | -0/+1 |
|/ | |||||
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -3/+3 |
* | New script: explain_log.sh | monty@hundin.mysql.fi | 2001-10-04 | 1 | -0/+1 |
* | Integrated table->ref_primary_key into table->part_of_key | monty@hundin.mysql.fi | 2001-09-21 | 1 | -1/+1 |
* | Fixed bug in UNION when doing UNION with the same tables | monty@hundin.mysql.fi | 2001-09-17 | 1 | -0/+1 |
* | Don't write rows in MyISAM tables when using count(distinct) | monty@tik.mysql.fi | 2001-05-23 | 1 | -1/+1 |
* | Merged with 3.23, needs further fix-up | sasha@mysql.sashanet.com | 2001-05-10 | 1 | -1/+4 |
|\ | |||||
| * | Applied patches for BDB tables | monty@donna.mysql.fi | 2001-05-09 | 1 | -1/+4 |
* | | Added all changes from old 4.0 version: | monty@work.mysql.com | 2001-04-11 | 1 | -0/+7 |
|/ | |||||
* | merge | monty@donna.mysql.com | 2001-01-28 | 1 | -0/+2 |
|\ | |||||
| * | Added --temp-pool option to mysqld. This will cause temporary files | jcole@tetra.spaceapes.com | 2001-01-27 | 1 | -0/+2 |
* | | Fixed ALTER TABLE on MERGE tables | monty@donna.mysql.com | 2001-01-28 | 1 | -0/+1 |
|/ | |||||
* | repl-tests/test-repl-ts/repl-timestamp.master.reject | sasha@mysql.sashanet.com | 2000-11-13 | 1 | -0/+1 |
* | Automatic primary key for BDB tables | monty@donna.mysql.com | 2000-10-16 | 1 | -1/+1 |
* | Automatic repair of MyISAM tables + portability fixes | monty@tik.mysql.com | 2000-10-11 | 1 | -0/+1 |
* | RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, | monty@tramp.mysql.fi | 2000-09-26 | 1 | -4/+7 |