Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
Now Columnstore storage engine cannot be compiled with mariadb server on aarch64 platform,
with this command "cmake ../server -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPLUGIN_COLUMNSTORE=YES"
you need to change CMakeLists.txt file under storage/columnstore directory to add aarch64 platform support.