mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
BUG#20484: "Partitions: crash with EXPLAIN and UNION"
- Don't forget to produce "partitions" column for "UNION RESULT" row of EXPLAIN output mysql-test/r/partition_pruning.result: BUG#20484: Testcase mysql-test/t/partition_pruning.test: BUG#20484: Testcase
This commit is contained in:
parent
f030f85860
commit
d2f08db40c
3 changed files with 17 additions and 0 deletions
|
|
@ -590,3 +590,10 @@ explain partitions select * from t2;
|
|||
--horizontal_results
|
||||
drop table t2;
|
||||
|
||||
|
||||
# BUG#20484 "Partitions: crash with explain and union"
|
||||
create table t1 (s1 int);
|
||||
explain partitions select 1 from t1 union all select 2;
|
||||
drop table t1;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue