Details
-
Type:
Bug
-
Status: In Testing (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 5.6.5
-
Fix Version/s: 22.08.1
-
Component/s: installation
-
Labels:
-
Environment:RHEL/CentOS7
Description
When I install Columnstore with MariaDB 10.5.15_10 ES on RHEL/CentOS7 the post install script errors out with the following:
ERROR 1062 (23000) at line 29: Duplicate entry 'callastinsertid' for key 'PRIMARY'
|
This stops the install of many of the Columnstore functions and the infinidb_querystats database never gets created.
The file /usr/sbin/install_mcs_mysql.sh has two entries to insert callastinsertid. Once one entry is deleted the post install script completes without error and all Columnstore functions and the infinidb_querystats database is created as expected.