mirror of
https://github.com/MariaDB/server.git
synced 2025-08-27 13:04:36 +03: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:
@@ -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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user