Merge branch 'develop' into feature/sangshuduo/TD-3192-support-tblimit-tboffset
This commit is contained in:
commit
618c02779c
|
@ -316,6 +316,7 @@ if [ "$2" != "sim" ] && [ "$2" != "python" ] && [ "$2" != "unit" ] && [ "$1" ==
|
||||||
cd debug/
|
cd debug/
|
||||||
|
|
||||||
stopTaosd
|
stopTaosd
|
||||||
|
rm -rf /var/lib/taos/*
|
||||||
nohup build/bin/taosd -c /etc/taos/ > /dev/null 2>&1 &
|
nohup build/bin/taosd -c /etc/taos/ > /dev/null 2>&1 &
|
||||||
sleep 30
|
sleep 30
|
||||||
|
|
||||||
|
@ -358,6 +359,7 @@ if [ "$2" != "sim" ] && [ "$2" != "python" ] && [ "$2" != "jdbc" ] && [ "$1" ==
|
||||||
|
|
||||||
pwd
|
pwd
|
||||||
cd debug/build/bin
|
cd debug/build/bin
|
||||||
|
rm -rf /var/lib/taos/*
|
||||||
nohup ./taosd -c /etc/taos/ > /dev/null 2>&1 &
|
nohup ./taosd -c /etc/taos/ > /dev/null 2>&1 &
|
||||||
sleep 30
|
sleep 30
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue