Merge branch 'develop' of github.com:taosdata/TDengine into release/ver-2.1.4.1

This commit is contained in:
tomchon 2021-07-06 18:33:00 +08:00
commit 0e0495832a
3 changed files with 3 additions and 0 deletions

View File

@ -785,6 +785,7 @@ function update_TDengine() {
fi fi
install_jemalloc install_jemalloc
tar -zxf taos.tar.gz tar -zxf taos.tar.gz
install_jemalloc
# Check if version compatible # Check if version compatible
if ! is_version_compatible; then if ! is_version_compatible; then

View File

@ -754,6 +754,7 @@ function update_PowerDB() {
fi fi
install_jemalloc install_jemalloc
tar -zxf power.tar.gz tar -zxf power.tar.gz
install_jemalloc
# Check if version compatible # Check if version compatible
if ! is_version_compatible; then if ! is_version_compatible; then

View File

@ -754,6 +754,7 @@ function update_tq() {
fi fi
install_jemalloc install_jemalloc
tar -zxf tq.tar.gz tar -zxf tq.tar.gz
install_jemalloc
# Check if version compatible # Check if version compatible
if ! is_version_compatible; then if ! is_version_compatible; then