Details
-
Bug
-
Status: In Progress (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
2025-11
Description
MariaDB Version 11.4.9-5
Columnstore commit 1e0c713330fae47757de501db7b2291aa3b6ac58
There is a test with selects from tcph: https://github.com/mariadb-corporation/mariadb-columnstore-engine/blob/stable-23.10/mysql-test/columnstore/future/query_accelerator.test
Requests Q2, Q11, Q13, Q18 fail with errors
Executing Q12, Q16 results in SIGSEGV
outputs of test runs are attached
core files from Q12, Q16:
https://drive.google.com/file/d/1ck4Vm3HpAAaM-X32y67Jv12r7O6Leee-/view?usp=sharing
https://drive.google.com/file/d/1UhFaUec6HKFbPuFjvu8x-S3hGlIWuIQW/view?usp=sharing
If rbo and --columnstore_innodb_queries_use_mcs=on option are disabled before these problematic queries, they start to work
abukhalovAfter this bug is fixed, all queries in query_accelerator.test should be enabled and should work without problems