Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Cannot Reproduce
-
Affects Version/s: 6.1.1
-
Fix Version/s: 6.3.1
-
Component/s: MariaDB Server
-
Labels:None
-
Sprint:2021-11, 2021-12, 2021-13, 2021-14, 2021-15, 2021-16, 2021-17
Description
There is a crash happens in the plugin code when the mentioned setup is used. The most straightforward way to reproduce is to follow the instructions [here|git clone https://github.com/mariadb-corporation/mariadb-enterprise-columnstore-docker.git]. Then run:
call columnstore_info.compression_ratio();
|
in mariadb client connection.
The server crashes at that moment.