1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-3624 Move jemalloc to an LD_PRELOAD

Linking will become an issue for the unified build and it is an issue
for jemalloc 5.x. Instead we will LD_PRELOAD on the forked ColumnStore
specific processes.
This commit is contained in:
Andrew Hutchings
2019-11-25 11:51:04 +00:00
parent b3c22c8f9a
commit efe829784d
7 changed files with 11 additions and 66 deletions

View File

@ -49,7 +49,7 @@ if [ $vflg -gt 0 ]; then
fi
while [ $keep_going -ne 0 ]; do
$exename $args
LD_PRELOAD=libjemalloc.so $exename $args
if [ -e ${lopt}/StopColumnstore ]; then
exit 0
fi