Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.6.5
-
None
-
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.