Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge | bell@laptop.sanja.is.com.ua | 2003-10-06 | 1 | -0/+56 |
|\ | |||||
| * | After merge fixes. | monty@mashka.mysql.fi | 2003-09-11 | 1 | -1/+3 |
| | | | | | | | | Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code) | ||||
| * | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -0/+54 |
| |\ | |||||
| | * | Fixed some varnings from valgrind | monty@narttu.mysql.fi | 2003-08-20 | 1 | -1/+55 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | fixed bug of lack of fix_fields call (after merge bugfix (SCRUM)) | bell@laptop.sanja.is.com.ua | 2003-08-23 | 1 | -0/+10 |
|/ / | | | | | | | | | | | fixed bug in Item_sum fixed bug in dependence remover after merge fix | ||||
* | | After merge fixes + bugs from last merge | monty@mashka.mysql.fi | 2003-08-19 | 1 | -1/+1 |
| | | |||||
* | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -2/+20 |
|\ \ | |/ | |||||
| * | Fix for a problem with : | Sinisa@sinisa.nasamreza.org | 2003-07-02 | 1 | -2/+2 |
| | | | | | | | | CREATE / INSERT ... (SELECT ...) UNION (SELECT ...) LIMIT; | ||||
| * | Some fixes for CREATE / INSERT FROM UNIO >.. | Sinisa@sinisa.nasamreza.org | 2003-07-02 | 1 | -2/+2 |
| | | |||||
| * | Lot's of clean-ups and fixes for 4.0.14. | Sinisa@sinisa.nasamreza.org | 2003-07-02 | 1 | -0/+13 |
| | | |||||
* | | sql_union.cc, sql_select.cc: | Sinisa@sinisa.nasamreza.org | 2003-08-06 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Code clean-up sql_union.cc, union.test, union.result: A fix for a bug #978. This enables that NULL's can be entered into UNION's result set, although first SELECT columns are NOT NULL. This is also a start of fixing UNION's properly regarding type acceptance. sql_select.cc: A commit for my second July SPRINT task | ||||
* | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -16/+77 |
|\ \ | |/ | |||||
| * | Fix for UNION and LEFT JOIN (Bug #386) | monty@narttu.mysql.fi | 2003-05-13 | 1 | -1/+60 |
| | | | | | | | | Fixed wrong logging of Access denied error (Bug #398) | ||||
* | | Fix for a bug with empty item list in UNION's | Sinisa@sinisa.nasamreza.org | 2003-04-08 | 1 | -0/+2 |
| | | |||||
* | | fixed uncachable union (bug #150) | bell@sanja.is.com.ua | 2003-03-14 | 1 | -0/+2 |
| | | |||||
* | | Adding tests for the fixed ORDER BY 0 bug | Sinisa@sinisa.nasamreza.org | 2003-03-10 | 1 | -0/+2 |
| | | |||||
* | | merge fixes | Sinisa@sinisa.nasamreza.org | 2003-03-06 | 1 | -0/+1 |
|\ \ | |||||
| * | | three bug fixes and major code cleanup | Sinisa@sinisa.nasamreza.org | 2003-03-06 | 1 | -0/+1 |
| | | | |||||
* | | | Portability fixes | monty@narttu.mysql.fi | 2003-02-27 | 1 | -0/+17 |
|/ / | | | | | | | Don't define crc32 if we are not linking with gzip | ||||
* | | Allowing NULL values in UNION's with first SELECT having only NOT NULL | Sinisa@sinisa.nasamreza.org | 2003-02-22 | 1 | -0/+17 |
| | | | | | | | | columns. | ||||
* | | Changed mysql-test to print warnings for not existing table to DROP TABLE | monty@mashka.mysql.fi | 2003-01-06 | 1 | -1/+4 |
| | | | | | | | | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print() | ||||
* | | fix for a bug with UNION in sub-select's and start working on | Sinisa@sinisa.nasamreza.org | 2002-12-09 | 1 | -0/+1 |
| | | | | | | | | UNION's in derived tables | ||||
* | | Proper handling of ORDER BY table.column in UNION's | Sinisa@sinisa.nasamreza.org | 2002-12-02 | 1 | -0/+1 |
| | | |||||
* | | A bug fix for ORDER BY on table.column in provisional entire UNION | Sinisa@sinisa.nasamreza.org | 2002-11-30 | 1 | -0/+1 |
| | | | | | | | | ORDER clause, where table is one of union'ed tables. | ||||
* | | added a test case. | Sinisa@sinisa.nasamreza.org | 2002-10-17 | 1 | -0/+3 |
| | | | | | | | | And I am not able to find a Changelog for 4.1 | ||||
* | | merging | bell@sanja.is.com.ua | 2002-10-04 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | new EXPLAIN | bell@sanja.is.com.ua | 2002-09-26 | 1 | -1/+1 |
| | | | | | | | | | | fixed bug in mysql-test/create-test-result fixed bug in union-subselect engine | ||||
* | | Removed wrong implementation of CUBE/ROLLUP | monty@mashka.mysql.fi | 2002-07-24 | 1 | -0/+7 |
| | | | | | | | | | | | | Fixed bugfix of INSERT ... SET db_name.table_name.column_name Changed locking to external-locking Fix client hangup for some invalid SQL queries. | ||||
* | | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups | ||||
* | fix for SQL_CALC_FOUND_ROWS in UNION's | Sinisa@sinisa.nasamreza.org | 2002-04-03 | 1 | -1/+2 |
| | |||||
* | Fix for a bug with EXPLAIN and (....) UNION (....) order by | Sinisa@sinisa.nasamreza.org | 2002-04-02 | 1 | -0/+1 |
| | |||||
* | Fixes for offset bug in UNION's and making UNION's obey | Sinisa@sinisa.nasamreza.org | 2002-03-22 | 1 | -0/+4 |
| | | | | SELECT_DEFAULT_LIMIT | ||||
* | fix for the limit bug in UNION's and some additional syntax | Sinisa@sinisa.nasamreza.org | 2002-03-19 | 1 | -0/+8 |
| | | | | checkings | ||||
* | many fixes | Sinisa@sinisa.nasamreza.org | 2002-02-28 | 1 | -0/+6 |
| | |||||
* | Fixed sleep time in mysql-test-run | monty@hundin.mysql.fi | 2001-12-13 | 1 | -0/+2 |
| | | | | | Fixed bug in query cache. Cleaned up des_crypt code. | ||||
* | Fix error messages | monty@hundin.mysql.fi | 2001-11-04 | 1 | -7/+7 |
| | | | | mysqltest now also writes failed error messages to log | ||||
* | New alternate UNION syntax and bug fix for multi-table deletes | Sinisa@sinisa.nasamreza.org | 2001-10-25 | 1 | -0/+3 |
| | |||||
* | Added support of INSERT to MERGE tables | monty@hundin.mysql.fi | 2001-09-22 | 1 | -1/+1 |
| | | | | Fixes for embedded libary and openssl | ||||
* | Integrated table->ref_primary_key into table->part_of_key | monty@hundin.mysql.fi | 2001-09-21 | 1 | -0/+3 |
| | | | | Fixed bug in UNION | ||||
* | Fix error messages | monty@hundin.mysql.fi | 2001-09-18 | 1 | -7/+7 |
| | | | | Configure fixes | ||||
* | Fixed bug in UNION when doing UNION with the same tables | monty@hundin.mysql.fi | 2001-09-17 | 1 | -1/+2 |
| | |||||
* | Fixed bug with SELECT * ... UNION | monty@hundin.mysql.fi | 2001-09-17 | 1 | -3/+10 |
| | |||||
* | Fixed bug in UNION | monty@hundin.mysql.fi | 2001-09-14 | 1 | -5/+20 |
| | | | | Fixed replication bug in load_master_data | ||||
* | EXPLAIN on UNION"s | Sinisa@sinisa.nasamreza.org | 2001-08-24 | 1 | -1/+0 |
| | |||||
* | Remove warnings and portability fixes | monty@hundin.mysql.fi | 2001-08-14 | 1 | -1/+12 |
| | | | | | | New global read lock code Fixed bug in DATETIME with WHERE optimization Made UNION code more general. | ||||
* | Fix error messages after merge from 3.23 | monty@hundin.mysql.fi | 2001-08-13 | 1 | -3/+5 |
| | |||||
* | Monty, your comments ?? | Sinisa@sinisa.nasamreza.org | 2001-08-12 | 1 | -3/+4 |
| | |||||
* | fixed error message numbers in union test | sasha@mysql.sashanet.com | 2001-08-04 | 1 | -3/+3 |
| | |||||
* | Fix UNION | monty@tik.mysql.fi | 2001-08-02 | 1 | -0/+29 |
New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION |