Skip to content

Commit 9dc5ce8

Browse files
author
Jan Wedvik
committed
Bug#35590128 Wrong first-row cost for 'Append'
Post-push fix: Skip new test case when using Hypergraph, as cost figures are different from those of the traditional optimizer. Change-Id: Ic6edd2e9d8aa0444f69d2ab8f9baa0c52afb112f
1 parent 1b35d05 commit 9dc5ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/t/union.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,6 +2830,7 @@ CREATE TABLE t1 (
28302830
INSERT INTO t1 VALUES (0,0), (1,1), (2,2);
28312831
ANALYZE TABLE t1;
28322832

2833+
--skip_if_hypergraph # Other costs with Hypergraph.
28332834
EXPLAIN FORMAT=TREE (SELECT b FROM t1 UNION SELECT b FROM t1)
28342835
UNION ALL SELECT b FROM t1;
28352836

0 commit comments

Comments
 (0)