1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-02 12:41:17 +03:00

MCOL-294 Use OS jemalloc

Use the OS jemalloc if found, standard malloc if not
This commit is contained in:
Andrew Hutchings
2016-09-23 11:11:00 -05:00
parent 399d680375
commit 9915ed31f9
13 changed files with 50 additions and 61 deletions

View File

@@ -130,7 +130,6 @@ if [ $? -ne 0 -o ! -x $prefix/Calpont/bin/PrimProc ]; then
fi
cp dbcon/mysql/my.cnf $prefix/Calpont/mysql
cp utils/jemalloc/libjemalloc.so.3.3.0 $prefix/Calpont/lib/libjemalloc.so
echo "InfiniDB binaries and libs are in $prefix/Calpont"