Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 4.0.11 tree to get latest bug fixes | monty@mashka.mysql.fi | 2003-02-17 | 9 | -14/+109 |
|\ | |||||
| * | Fixed multi-table-delete for InnoDB tables | monty@mashka.mysql.fi | 2003-02-17 | 10 | -26/+121 |
* | | Fixed problem when connecting to user without a password. | monty@mashka.mysql.fi | 2003-02-14 | 4 | -30/+24 |
* | | Fixed a lot of wrong memory references as reported by valgrind | monty@mashka.mysql.fi | 2003-02-12 | 8 | -2/+241 |
* | | merge | monty@mashka.mysql.fi | 2003-02-10 | 3 | -1/+18 |
|\ \ | |/ | |||||
| * | Better fix for count(distinct) bug | monty@mashka.mysql.fi | 2003-02-10 | 1 | -1/+4 |
| * | count(distint) on an empty table crash fixed | serg@sergbook.mysql.com | 2003-02-10 | 2 | -0/+14 |
* | | Move tmp_table_used to THD | monty@mashka.mysql.fi | 2003-02-10 | 3 | -178/+204 |
* | | after merge fix | monty@mashka.mysql.fi | 2003-02-08 | 8 | -17/+20 |
* | | merge | monty@mashka.mysql.fi | 2003-02-08 | 2 | -0/+21 |
|\ \ | |/ | |||||
| * | Fix problem in MIN/MAX optimisation (from last patch) | monty@mashka.mysql.fi | 2003-02-07 | 4 | -4/+29 |
* | | Merge with 4.0 to get fix for MIN/MAX | monty@mashka.mysql.fi | 2003-02-07 | 11 | -11/+163 |
|\ \ | |/ | |||||
| * | Added test for SHOW CREATE | monty@mashka.mysql.fi | 2003-02-07 | 2 | -0/+91 |
| * | Added START TRANSACTION syntax | monty@mashka.mysql.fi | 2003-02-06 | 9 | -10/+75 |
* | | After merge fixes & remove compiler warnings | monty@mashka.mysql.fi | 2003-02-07 | 7 | -22/+25 |
* | | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 35 | -34/+489 |
|\ \ | |/ | |||||
| * | Fixed bug in ulonglong parsing for constructs that only takes unsigned longlo... | monty@mashka.mysql.fi | 2003-02-04 | 2 | -1/+23 |
| * | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-02-03 | 2 | -0/+80 |
| |\ | |||||
| | * | Fix for MIN/MAX with empty tables | monty@mashka.mysql.fi | 2003-02-03 | 2 | -0/+80 |
| * | | bug tests added | serg@serg.mysql.com | 2003-02-03 | 2 | -4/+26 |
| |/ | |||||
| * | After merge fix | monty@mashka.mysql.fi | 2003-01-29 | 1 | -0/+17 |
| * | merge with 3.23.56 to get patches for --lower-case-table-names and | monty@mashka.mysql.fi | 2003-01-29 | 2 | -0/+40 |
| |\ | |||||
| | * | fixed functions to be able work with group function as argument | bell@sanja.is.com.ua | 2003-01-29 | 2 | -0/+41 |
| * | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2003-01-28 | 2 | -5/+24 |
| |\ \ | |||||
| | * | | fixed "DROP table_open_in_handler" hang | serg@serg.mysql.com | 2003-01-28 | 2 | -5/+24 |
| * | | | Updated results for 4.0 | monty@mashka.mysql.fi | 2003-01-28 | 1 | -0/+26 |
| * | | | merge | monty@mashka.mysql.fi | 2003-01-28 | 19 | -19/+207 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Merge with 3.23.56 (Replace manual with 'empty' document) | monty@mashka.mysql.fi | 2003-01-28 | 2 | -0/+54 |
| | |\ \ | | | |/ | |||||
| | | * | Fix when using auto_increment and last_insert_id() in the same insert statement. | monty@mashka.mysql.fi | 2003-01-28 | 2 | -0/+54 |
| | * | | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 13 | -13/+125 |
| | * | | Added timeout for wait_for_master_pos | monty@mashka.mysql.fi | 2003-01-25 | 4 | -6/+28 |
| * | | | do not force CONNECTION_ID(), FOUND_ROWS(), PI(), CURRENT_USER(), | serg@serg.mysql.com | 2003-01-28 | 3 | -9/+9 |
| * | | | fixes for SHOW VARIABLES and --ft-stopword-list | serg@serg.mysql.com | 2003-01-27 | 1 | -1/+1 |
| * | | | ft_stopword_file added to 'SHOW VARIABLES' output | serg@serg.mysql.com | 2003-01-27 | 1 | -1/+2 |
| |/ / | |||||
| * | | fixed table invalidation in simple renaming | bell@sanja.is.com.ua | 2003-01-24 | 2 | -0/+25 |
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2003-01-21 | 6 | -6/+51 |
| |\ \ | |||||
| * \ \ | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2003-01-17 | 8 | -3/+102 |
| |\ \ \ | |||||
| * | | | | Fix for a bug in SHOW GRANTS when : | Sinisa@sinisa.nasamreza.org | 2003-01-11 | 2 | -0/+8 |
| * | | | | changing a bit SHOW GRANTS to display empty row in global table. | Sinisa@sinisa.nasamreza.org | 2003-01-09 | 1 | -0/+6 |
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2003-02-02 | 2 | -0/+117 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | conflicts resolving | gluh@gluh.mysql.r18.ru | 2003-01-31 | 2 | -0/+117 |
| |\ \ \ \ \ | |||||
| | * | | | | | 'Replicate user variables' task | gluh@gluh.mysql.r18.ru | 2003-01-30 | 2 | -0/+117 |
* | | | | | | | fixed bug in determinating uncacheable queries | bell@sanja.is.com.ua | 2003-01-30 | 2 | -0/+15 |
* | | | | | | | cyclic reference test removed, becouse testing of Item::fixed field apply mor... | bell@sanja.is.com.ua | 2003-01-30 | 2 | -0/+5 |
* | | | | | | | fixed row items with group functions | bell@sanja.is.com.ua | 2003-01-29 | 2 | -0/+27 |
* | | | | | | | improving of fields list creation in derived tables and unions | bell@sanja.is.com.ua | 2003-01-29 | 2 | -1/+49 |
* | | | | | | | Merge | bell@sanja.is.com.ua | 2003-01-28 | 4 | -32/+220 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | fixed bugs in temporary tables in subselect implementation (SCRUM) | bell@sanja.is.com.ua | 2003-01-28 | 2 | -14/+191 |
| * | | | | | | after merge fix of 577 task (SCRUM, pre commit to be able to merge with stati... | bell@sanja.is.com.ua | 2003-01-26 | 3 | -11/+28 |
| * | | | | | | merging | bell@sanja.is.com.ua | 2003-01-25 | 2 | -16/+10 |
| |\ \ \ \ \ \ |