Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Columnstore can not be included in a binary tarball. To prevent tarball build failure, the Columnstore plugin must be excluded from the build. It is implemented in the https://github.com/mariadb-corporation/MariaDBEnterprise/blob/11.4-enterprise/cmake/build_configurations/enterprise.cmake: the variable PLUGIN_COLUMNSTORE is set to yes only if cmake is called with -DRPM or -DDEB (built of the binary packages, not tarballs)
But if PLUGIN_COLUMNSTORE is not set to YES it stays undefined and Columnstore is inclued into tarball build, tarball build fails, e.g. https://es-jenkins.mariadb.net/job/ES-Release-Builds/3504/, binary tarball failure https://es-jenkins.mariadb.net/job/Build-Package/124141/console