mariadb/storage/columnstore
Daniel Black 5ce6a352b6 MDEV-33290: Disable ColumnStore based on boost version
MCOL-5611 supporting with Boost-1.80, the version "next_prime"
disappears from https://github.com/boostorg/unordered/blob/boost-1.79.0/include/boost/unordered/detail/implementation.hpp
makes it the currenly highest supported versions.

Lets check this version.

While CMake-3.19+ supports version ranges in package determinations this
isn't supported for Boost in Cmake-3.28. So we check for the 1.80 and
don't compile ColumnStore.
2024-01-23 15:20:25 +11:00
..
columnstore@f91c12c9df columnstore 5.6.8-1 2022-10-26 19:29:46 +02:00
mysql-test/columnstore Add stub for building ColumnStore 2020-06-19 21:04:17 +02:00
CMakeLists.txt MDEV-33290: Disable ColumnStore based on boost version 2024-01-23 15:20:25 +11:00