* [TD-3973]<feature>: add jemalloc as submodule.
* add macro definitions in cmake.
* [TD-3973]<feature>: use jemalloc.
build works as following instructions:
cmake .. -DJEMALLOC_ENABLED=true
make
* fix jemalloc at tag 5.2.1
* link jemalloc works.
* make install works.
* support jemalloc in release.sh.
* release script works.
* fix a typo.
* [TD-3937]<feature>: support jemalloc
add install funtion to all scripts.
* adjust install_jemalloc() position for update check compatiblity.
* fix position bug.
* add ldconfig for jemalloc library cache refresh.
* add /etc/ld.so.conf.d/jemalloc.conf for centos
* check ver comp by file.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
* [TD-3973]<feature>: add jemalloc as submodule.
* add macro definitions in cmake.
* [TD-3973]<feature>: use jemalloc.
build works as following instructions:
cmake .. -DJEMALLOC_ENABLED=true
make
* fix jemalloc at tag 5.2.1
* link jemalloc works.
* make install works.
* support jemalloc in release.sh.
* release script works.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
* [TD-3086]<fix>: clean out unnecessary file in packaging scripts
* [TD-4224]<enhance>: reduce grafana module size in packaging
* change
* [TD-4228]<fix>: error or warn while lost grafanaplugin or go submodule
Conflicts:
packaging/deb/makedeb.sh
packaging/rpm/tdengine.spec
packaging/tools/make_install.sh
packaging/tools/makeclient.sh
packaging/tools/makeclient_power.sh
packaging/tools/makepkg.sh
packaging/tools/makepkg_power.sh
Co-authored-by: Huo Linhe <linhehuo@gmail.com>