Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.5.1
-
None
-
Centos 7
Description
Build tested: 1.5.0-1 (drone 20200609 build# 52)
Tested on Centos 7
/bin/columnstore-post-install: line 58: /usr/bin/mysqld_safe: No such file or directory
s1pm1: /bin/columnstore-post-install: line 217: /usr/bin/mysqld_safe: No such file or directory
s1pm1: checking for engine columnstore...
s1pm1: columnstore doesn't exist
Engine did show up in server but cannot create tables:
MariaDB [(none)]> use mytest
Database changed
MariaDB [mytest]> create table t1 (c1 int) engine=columnstore;
ERROR 1815 (HY000): Internal error: Cannot execute the statement. DBRM is read only!
If I manually restart mariadb-columnstore and build system catalog (dbbuilder 7), then I am able to create tables.