[MDEV-31458]  main.derived_cond_pushdown fails with view-protocol Created: 2023-06-11  Updated: 2023-06-11  Resolved: 2023-06-11

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.5, 10.6, 10.9, 10.10, 10.11, 11.0, 11.1
Fix Version/s: 10.4.31, 10.5.22, 10.6.15, 10.9.8, 10.10.6, 10.11.5, 11.0.3, 11.1.2

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None


 Description   

10.5 b3074128

main.derived_cond_pushdown               [ fail ]
        Test ended at 2023-06-12 00:23:40
 
CURRENT_TEST: main.derived_cond_pushdown
--- /mnt8t/bld/10.5-asan/mysql-test/main/derived_cond_pushdown.result	2023-06-08 02:00:30.000000000 +0300
+++ /mnt8t/bld/10.5-asan/mysql-test/main/derived_cond_pushdown.reject	2023-06-12 00:23:39.860717505 +0300
@@ -18372,12 +18372,7 @@
 where dt.a=t1.a and t3.a < 3
 )
 from t1 limit 5;
-a	( select concat(t3.a,'=',dt.s)
-from
-(select a, sum(b) as s from t2 group by a) as dt,
-t3
-where dt.a=t1.a and t3.a < 3
-)
+a	Name_exp_2
 1	1=804
 2	1=1056
 3	1=846
@@ -18412,12 +18407,7 @@
 where dt.a=t1.a and t3.a < 3
 )
 from t1 limit 5;
-a	( select concat(t3.a,'=',dt.s)
-from
-(select a, sum(b) as s from t2 group by a) as dt,
-t3
-where dt.a=t1.a and t3.a < 3
-)
+a	Name_exp_2
 1	1=11858
 2	1=11380
 3	1=11588
 
mysqltest: Result length mismatch



 Comments   
Comment by Elena Stepanova [ 2023-06-11 ]

Already fixed by github.com/MariaDB/server/commit/2165c30486da10b6e889acc127ee87ee2d888626

Generated at Thu Feb 08 10:24:02 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.