Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Post-merge fixes. | pem@mysql.comhem.se | 2003-12-01 | 1 | -2/+2 |
| | |||||
* | Merge 4.1 to 5.0 | pem@mysql.com | 2003-12-01 | 1 | -90/+92 |
|\ | |||||
| * | Added missing SSL library (Should be in source distribution) | monty@mysql.com | 2003-11-28 | 1 | -28/+27 |
| | | | | | | | | | | | | | | Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log | ||||
| * | sql_union.cc: | igor@rurik.mysql.com | 2003-11-25 | 1 | -1/+1 |
| | | | | | | | | Fixed a bug: missing semicolon. | ||||
| * | added collation processing in UNION merging | bell@sanja.is.com.ua | 2003-11-25 | 1 | -1/+2 |
| | | | | | | | | temporary table BLOB now is longblob | ||||
| * | Fixed UNION fields type/length detecting | bell@sanja.is.com.ua | 2003-11-23 | 1 | -76/+78 |
| | | |||||
* | | Merged, most likely needs post-merge fix | sergefp@mysql.com | 2003-11-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | logging_ok: | sergefp@mysql.com | 2003-11-20 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Logging to logging@openlogging.org accepted sql_union.cc, sql_select.cc, opt_range.h, opt_range.cc, opt_ft.h: Post-merge fixes Many files: new file | ||||
| * | | merging in index_merge (in progress, not yet working) | psergey@psergey.(none) | 2003-11-13 | 1 | -2/+3 |
| |\ \ | |||||
| | * | | Added index_merge access method | psergey@psergey.(none) | 2003-11-13 | 1 | -2/+3 |
| | | | | |||||
* | | | | Post-merge fixes. | pem@mysql.comhem.se | 2003-11-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merging 4.1->5.0. | pem@mysql.com | 2003-11-19 | 1 | -11/+11 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | Merging 4.1->5.0 | pem@mysql.com | 2003-10-22 | 1 | -11/+11 |
| |\ \ | |||||
| | * \ | Merging 4.1 -> 5.0 | pem@mysql.com | 2003-09-24 | 1 | -11/+11 |
| | |\ \ | |||||
| | | * | | Post-merge fixes. | pem@mysql.telia.com | 2003-08-26 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Merge 4.1 into 5.0 | pem@mysql.com | 2003-08-26 | 1 | -10/+10 |
| | | |\ \ | |||||
| | | | * \ | Merge 4.1 into 5.0 (first pass). | pem@mysql.telia.com | 2003-07-08 | 1 | -14/+14 |
| | | | |\ \ | |||||
| | | | | * | | made lex a pointer in THD | vva@eagle.mysql.r18.ru | 2003-05-05 | 1 | -14/+14 |
| | | | | | | | |||||
* | | | | | | | fixed using 'uncachable' tag and RAND_TABLE_BIT setting | bell@sanja.is.com.ua | 2003-11-17 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | fixed problem with UNION flags | bell@sanja.is.com.ua | 2003-11-04 | 1 | -1/+2 |
| | | | | | | | |||||
* | | | | | | | fixed ALL/ANY optimisation with union (BUG#1668) | bell@sanja.is.com.ua | 2003-10-27 | 1 | -1/+6 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | code cleanup | ||||
* | | | | | | Merge | bell@laptop.sanja.is.com.ua | 2003-10-06 | 1 | -38/+64 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | fixed proccesing global LIMIT in last SELECT of UNION | bell@sanja.is.com.ua | 2003-09-14 | 1 | -10/+22 |
| | | | | | | |||||
| * | | | | | Fixes for OPTION_FOUND_ROWS in UNION's | Sinisa@sinisa.nasamreza.org | 2003-09-13 | 1 | -2/+3 |
| | | | | | | |||||
| * | | | | | After merge fixes. | monty@mashka.mysql.fi | 2003-09-11 | 1 | -21/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code) | ||||
| * | | | | | merge | monty@narttu.mysql.fi | 2003-09-03 | 1 | -8/+29 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -8/+29 |
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | | * | | | | Fixed some varnings from valgrind | monty@narttu.mysql.fi | 2003-08-20 | 1 | -13/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set min value of max_allowed_packet to 1024 Fixed problem with UNION's without braces and SQL_CALC_FOUND_ROWS, LIMIT #,# and ORDER BY...LIMIT | ||||
| * | | | | | | Two small fixes | Sinisa@sinisa.nasamreza.org | 2003-08-30 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Fix for a compilation problem with VC++ | Sinisa@sinisa.nasamreza.org | 2003-08-30 | 1 | -3/+3 |
| |/ / / / / | |||||
| * | | | | | Merge fixes | Sinisa@sinisa.nasamreza.org | 2003-08-27 | 1 | -28/+25 |
| | | | | | | |||||
| * | | | | | sql_union.cc: | Sinisa@sinisa.nasamreza.org | 2003-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Post merge fixes | ||||
| * | | | | | merge fixes | Sinisa@sinisa.nasamreza.org | 2003-08-27 | 1 | -39/+49 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | union.result: | Sinisa@sinisa.nasamreza.org | 2003-08-23 | 1 | -15/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | same as above sql_lex.h: same as above sql_union.cc: same as aobve sql_select.cc: Fixing that SQL_CALC_FOUND_ROWS work properly in UNION's in 4.1 Plus updating some fields in THD in the proper places plus fixing a wrong result | ||||
* | | | | | | fixed bug of lack of fix_fields call (after merge bugfix (SCRUM)) | bell@laptop.sanja.is.com.ua | 2003-08-23 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed bug in Item_sum fixed bug in dependence remover after merge fix | ||||
* | | | | | | merge | bell@laptop.sanja.is.com.ua | 2003-08-20 | 1 | -26/+43 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | quick fix for found row counter | bell@laptop.sanja.is.com.ua | 2003-08-20 | 1 | -10/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | code cleunup | ||||
| * | | | | | Merge | bell@laptop.sanja.is.com.ua | 2003-08-20 | 1 | -16/+24 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | fixing limit and SQL_CALC_FOUND_ROWS issues | Sinisa@sinisa.nasamreza.org | 2003-08-20 | 1 | -16/+24 |
| | | | | | | |||||
| * | | | | | after merge changing | bell@laptop.sanja.is.com.ua | 2003-08-20 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | uninitialized value fixed | ||||
| * | | | | | merge | bell@laptop.sanja.is.com.ua | 2003-08-19 | 1 | -2/+2 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | merge | monty@mashka.mysql.fi | 2003-08-19 | 1 | -2/+3 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -2/+2 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | * | | | | Lot's of clean-ups and fixes for 4.0.14. | Sinisa@sinisa.nasamreza.org | 2003-07-02 | 1 | -2/+1 |
| | | | | | | | |||||
| | | * | | | | Two Sprint tasks and two behaviour changes. | Sinisa@sinisa.nasamreza.org | 2003-06-17 | 1 | -6/+6 |
| | | | | | | | |||||
| * | | | | | | Code cleanup | bell@laptop.sanja.is.com.ua | 2003-08-16 | 1 | -5/+3 |
| | | | | | | | |||||
| * | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2003-08-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-simple_in-4.1 | ||||
| | * | | | | | fixed problem with reference on derived table fields (BUG#1031) | bell@sanja.is.com.ua | 2003-08-12 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | merge | bell@sanja.is.com.ua | 2003-08-12 | 1 | -1/+2 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | merge | bell@sanja.is.com.ua | 2003-08-09 | 1 | -1/+2 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | |