Merge branch 'develop' of github.com:taosdata/TDengine into release/ver-2.1.4.1
This commit is contained in:
commit
0e0495832a
|
@ -785,6 +785,7 @@ function update_TDengine() {
|
|||
fi
|
||||
install_jemalloc
|
||||
tar -zxf taos.tar.gz
|
||||
install_jemalloc
|
||||
|
||||
# Check if version compatible
|
||||
if ! is_version_compatible; then
|
||||
|
|
|
@ -754,6 +754,7 @@ function update_PowerDB() {
|
|||
fi
|
||||
install_jemalloc
|
||||
tar -zxf power.tar.gz
|
||||
install_jemalloc
|
||||
|
||||
# Check if version compatible
|
||||
if ! is_version_compatible; then
|
||||
|
|
|
@ -754,6 +754,7 @@ function update_tq() {
|
|||
fi
|
||||
install_jemalloc
|
||||
tar -zxf tq.tar.gz
|
||||
install_jemalloc
|
||||
|
||||
# Check if version compatible
|
||||
if ! is_version_compatible; then
|
||||
|
|
Loading…
Reference in New Issue