You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-24 14:20:59 +03:00
* This patch adds rebuildEM tool support to work with compressed files. * This patch increases a version of the file header. Note: Default version of the `rebuildEM` tool was using very old API, those functions are not present currently. So `rebuildEM` will not work with files created without compression, because we cannot deduce some info which are needed to create column extent.
14 lines
343 B
CMake
14 lines
343 B
CMake
|
|
add_subdirectory(dbbuilder)
|
|
add_subdirectory(editem)
|
|
add_subdirectory(dbloadxml)
|
|
add_subdirectory(getConfig)
|
|
add_subdirectory(cplogger)
|
|
add_subdirectory(clearShm)
|
|
add_subdirectory(setConfig)
|
|
add_subdirectory(viewtablelock)
|
|
add_subdirectory(cleartablelock)
|
|
add_subdirectory(ddlcleanup)
|
|
add_subdirectory(idbmeminfo)
|
|
add_subdirectory(rebuildEM)
|