Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
None
-
None
Description
After I reboot my box with columnstore 1.0.1 RPM installed I start columnstore with the /etc/init.d/mysql-Columnstore script
I then connect to the database:
[justin@eschaton1 init.d]$ /usr/local/mariadb/columnstore/mysql/bin/mysql
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 6
Server version: 10.1.10-MariaDB-log Columnstore 1.0-1
Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
SHOW ENGINES does not find COLUMNSTORE or INFINIDB.
Can't create COLUMNSTORE tables:
MariaDB [test]> create table lost(c1 int) engine=columnstore;
ERROR 1286 (42000): Unknown storage engine 'columnstore'