Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
1.1.6
-
None
-
archlinux
Description
On debian system this very
docker run -d --name mcs mariadb/columnstore
docker exec -it mcs bash
seems to work well with no problem about columnstore engine tables creation.
But on arch here what happens when try to create the same:
MariaDB [new]> create table zerty(region_id int, nom varchar(255))engine=columnstore;
ERROR 1815 (HY000): Internal error: CAL0009: (2)Create table failed due to WE: Error updating calpontsys.systable: opening a column file. The file was not found or was inaccessible.
The dbbuild 7 trick doesn't work.
Thanks
tll