提交 0e049583 编写于 作者: haoranc's avatar haoranc

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

...@@ -785,6 +785,7 @@ function update_TDengine() { ...@@ -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
......
...@@ -754,6 +754,7 @@ function update_PowerDB() { ...@@ -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
......
...@@ -754,6 +754,7 @@ function update_tq() { ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册