summaryrefslogtreecommitdiff
path: root/storage/columnstore
diff options
context:
space:
mode:
authorRoman Nozdrin <roman.nozdrin@mariadb.com>2020-07-13 14:50:43 +0000
committerRoman Nozdrin <roman.nozdrin@mariadb.com>2020-07-28 09:48:17 +0000
commit2c5831b2c5348edf19a4c3c91ebed21c6e8412b9 (patch)
tree1342e87b1e60445f8b1a3d0392bc224c8adb5e44 /storage/columnstore
parent6a70398c7ae396283f1342dee1fa4de7eb2e441d (diff)
downloadmariadb-git-2c5831b2c5348edf19a4c3c91ebed21c6e8412b9.tar.gz
MCOL-4166 The solution to the minor upgrade issue
DEB package doesn't need expect and libreadline as dependencies RPM packages now depends on jemalloc again
Diffstat (limited to 'storage/columnstore')
-rw-r--r--storage/columnstore/CMakeLists.txt2
m---------storage/columnstore/columnstore0
2 files changed, 1 insertions, 1 deletions
diff --git a/storage/columnstore/CMakeLists.txt b/storage/columnstore/CMakeLists.txt
index 34a4255b2c5..f71cce38bd8 100644
--- a/storage/columnstore/CMakeLists.txt
+++ b/storage/columnstore/CMakeLists.txt
@@ -22,7 +22,7 @@ CMAKE_SYSTEM_PROCESSOR STREQUAL "i686")
# Needed to bump the component changes up to the main scope
APPEND_FOR_CPACK(CPACK_COMPONENTS_ALL)
IF (RPM)
- APPEND_FOR_CPACK(CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES " binutils net-tools python3")
+ APPEND_FOR_CPACK(CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES " binutils jemalloc net-tools python3")
APPEND_FOR_CPACK(CPACK_RPM_columnstore-engine_USER_FILELIST ";%ignore /var/lib;%ignore /var")
APPEND_FOR_CPACK(CPACK_RPM_columnstore-engine_PACKAGE_CONFLICTS " thrift MariaDB-columnstore-platform MariaDB-columnstore-libs")
# these three don't have the list semantics, so no append here
diff --git a/storage/columnstore/columnstore b/storage/columnstore/columnstore
-Subproject cba638b3a52ca79a6bdbe187a6be46abb180659
+Subproject bca0d90d5537050951a6c2282411d955569a8c5