mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed bug in UNION when doing UNION with the same tables
myisam/mi_extra.c: More debugging information mysql-test/r/union.result: Added test for UNION bug mysql-test/t/union.test: Added test for UNION bug sql/sql_base.cc: Clear field->query_id when using UNION sql/sql_parse.cc: Fix for UNION bug sql/sql_union.cc: Cleanup sql/table.h: Fix for UNION bug tools/Makefile.am: Fix for compiling with MIT-threads
This commit is contained in:
@ -62,7 +62,11 @@ t2 ALL NULL NULL NULL NULL 4
|
||||
pseudo
|
||||
dekad
|
||||
joce
|
||||
pseudo1
|
||||
joce
|
||||
testtt
|
||||
tsestset
|
||||
pseudo pseudo1 same
|
||||
dekad joce 1
|
||||
joce testtt 1
|
||||
joce tsestset 1
|
||||
joce testtt 1
|
||||
dekad joce 1
|
||||
|
Reference in New Issue
Block a user