summaryrefslogtreecommitdiff
path: root/mysql-test/t/union.test
Commit message (Collapse)AuthorAgeFilesLines
* Mergebell@laptop.sanja.is.com.ua2003-10-061-0/+56
|\
| * After merge fixes.monty@mashka.mysql.fi2003-09-111-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.15monty@narttu.mysql.fi2003-08-291-0/+54
| |\
| | * Fixed some varnings from valgrindmonty@narttu.mysql.fi2003-08-201-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.ua2003-08-231-0/+10
|/ / | | | | | | | | | | fixed bug in Item_sum fixed bug in dependence remover after merge fix
* | After merge fixes + bugs from last mergemonty@mashka.mysql.fi2003-08-191-1/+1
| |
* | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-2/+20
|\ \ | |/
| * Fix for a problem with :Sinisa@sinisa.nasamreza.org2003-07-021-2/+2
| | | | | | | | CREATE / INSERT ... (SELECT ...) UNION (SELECT ...) LIMIT;
| * Some fixes for CREATE / INSERT FROM UNIO >..Sinisa@sinisa.nasamreza.org2003-07-021-2/+2
| |
| * Lot's of clean-ups and fixes for 4.0.14.Sinisa@sinisa.nasamreza.org2003-07-021-0/+13
| |
* | sql_union.cc, sql_select.cc:Sinisa@sinisa.nasamreza.org2003-08-061-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.13monty@narttu.mysql.fi2003-05-191-16/+77
|\ \ | |/
| * Fix for UNION and LEFT JOIN (Bug #386)monty@narttu.mysql.fi2003-05-131-1/+60
| | | | | | | | Fixed wrong logging of Access denied error (Bug #398)
* | Fix for a bug with empty item list in UNION'sSinisa@sinisa.nasamreza.org2003-04-081-0/+2
| |
* | fixed uncachable union (bug #150)bell@sanja.is.com.ua2003-03-141-0/+2
| |
* | Adding tests for the fixed ORDER BY 0 bugSinisa@sinisa.nasamreza.org2003-03-101-0/+2
| |
* | merge fixesSinisa@sinisa.nasamreza.org2003-03-061-0/+1
|\ \
| * | three bug fixes and major code cleanupSinisa@sinisa.nasamreza.org2003-03-061-0/+1
| | |
* | | Portability fixesmonty@narttu.mysql.fi2003-02-271-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 NULLSinisa@sinisa.nasamreza.org2003-02-221-0/+17
| | | | | | | | columns.
* | Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-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.org2002-12-091-0/+1
| | | | | | | | UNION's in derived tables
* | Proper handling of ORDER BY table.column in UNION'sSinisa@sinisa.nasamreza.org2002-12-021-0/+1
| |
* | A bug fix for ORDER BY on table.column in provisional entire UNIONSinisa@sinisa.nasamreza.org2002-11-301-0/+1
| | | | | | | | ORDER clause, where table is one of union'ed tables.
* | added a test case.Sinisa@sinisa.nasamreza.org2002-10-171-0/+3
| | | | | | | | And I am not able to find a Changelog for 4.1
* | mergingbell@sanja.is.com.ua2002-10-041-1/+1
|\ \ | |/ |/|
| * new EXPLAINbell@sanja.is.com.ua2002-09-261-1/+1
| | | | | | | | | | fixed bug in mysql-test/create-test-result fixed bug in union-subselect engine
* | Removed wrong implementation of CUBE/ROLLUPmonty@mashka.mysql.fi2002-07-241-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.fi2002-07-231-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'sSinisa@sinisa.nasamreza.org2002-04-031-1/+2
|
* Fix for a bug with EXPLAIN and (....) UNION (....) order by Sinisa@sinisa.nasamreza.org2002-04-021-0/+1
|
* Fixes for offset bug in UNION's and making UNION's obeySinisa@sinisa.nasamreza.org2002-03-221-0/+4
| | | | SELECT_DEFAULT_LIMIT
* fix for the limit bug in UNION's and some additional syntax Sinisa@sinisa.nasamreza.org2002-03-191-0/+8
| | | | checkings
* many fixesSinisa@sinisa.nasamreza.org2002-02-281-0/+6
|
* Fixed sleep time in mysql-test-runmonty@hundin.mysql.fi2001-12-131-0/+2
| | | | | Fixed bug in query cache. Cleaned up des_crypt code.
* Fix error messagesmonty@hundin.mysql.fi2001-11-041-7/+7
| | | | mysqltest now also writes failed error messages to log
* New alternate UNION syntax and bug fix for multi-table deletesSinisa@sinisa.nasamreza.org2001-10-251-0/+3
|
* Added support of INSERT to MERGE tablesmonty@hundin.mysql.fi2001-09-221-1/+1
| | | | Fixes for embedded libary and openssl
* Integrated table->ref_primary_key into table->part_of_keymonty@hundin.mysql.fi2001-09-211-0/+3
| | | | Fixed bug in UNION
* Fix error messagesmonty@hundin.mysql.fi2001-09-181-7/+7
| | | | Configure fixes
* Fixed bug in UNION when doing UNION with the same tablesmonty@hundin.mysql.fi2001-09-171-1/+2
|
* Fixed bug with SELECT * ... UNIONmonty@hundin.mysql.fi2001-09-171-3/+10
|
* Fixed bug in UNIONmonty@hundin.mysql.fi2001-09-141-5/+20
| | | | Fixed replication bug in load_master_data
* EXPLAIN on UNION"sSinisa@sinisa.nasamreza.org2001-08-241-1/+0
|
* Remove warnings and portability fixesmonty@hundin.mysql.fi2001-08-141-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.23monty@hundin.mysql.fi2001-08-131-3/+5
|
* Monty, your comments ??Sinisa@sinisa.nasamreza.org2001-08-121-3/+4
|
* fixed error message numbers in union testsasha@mysql.sashanet.com2001-08-041-3/+3
|
* Fix UNIONmonty@tik.mysql.fi2001-08-021-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