1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-30 07:25:34 +03:00
Files
mariadb-columnstore-engine/mysql-test/columnstore/bugfixes
Sergey Zefirov 5c834ac7cd fix(CEJ, segfault): MCOL-6198 - segfault during crossengine join
* fix(CEJ, segfault): MCOL-6198 - segfault during crossengine join

The patch moves joiners' initialization to a place after all possible
allocations of smallSideRGs vector so pointer to it's data does not
change anymore. This makes crash to cease.

An appropriate test is added to bugfixes suite.

* Change to test

* Another dangling pointer

* A change to test

* A change to test
2025-10-15 14:54:35 +01:00
..
2025-04-10 19:54:26 +04:00
2025-04-10 19:54:26 +04:00
2025-07-03 04:36:14 +04:00
2022-12-09 02:24:40 +00:00
2025-05-23 05:12:17 +04:00
2025-05-23 05:12:17 +04:00
2025-05-23 05:12:17 +04:00
2025-05-23 05:12:17 +04:00
2025-07-03 04:36:14 +04:00
2025-07-03 04:36:14 +04:00
2023-08-18 00:01:33 +03:00
2023-08-18 00:01:33 +03:00
2025-05-23 05:12:17 +04:00
2025-05-23 05:12:17 +04:00

This suite contains tests to validate newer bug fixes (post 4th dec 2020).