Merge branch '3.0' into enh/opt-transport
This commit is contained in:
parent
045c4cd8fc
commit
6ca51aa0cd
|
@ -492,7 +492,7 @@ int32_t transUtilSWhiteListToStr(SIpWhiteList* pWhiteList, char** ppBuf);
|
||||||
|
|
||||||
enum { REQ_STATUS_INIT = 0, REQ_STATUS_PROCESSING };
|
enum { REQ_STATUS_INIT = 0, REQ_STATUS_PROCESSING };
|
||||||
|
|
||||||
#define BUFFER_LIMIT 1
|
#define BUFFER_LIMIT 4
|
||||||
#define HEAP_MISS_HIT_LIMIT 100000
|
#define HEAP_MISS_HIT_LIMIT 100000
|
||||||
#define READ_TIMEOUT 100000
|
#define READ_TIMEOUT 100000
|
||||||
|
|
||||||
|
|
|
@ -96,6 +96,7 @@ while $i < 5
|
||||||
sql drop index $sma
|
sql drop index $sma
|
||||||
endw
|
endw
|
||||||
|
|
||||||
|
#sleep 5000
|
||||||
sql drop stable $mtPrefix
|
sql drop stable $mtPrefix
|
||||||
sql select * from information_schema.ins_indexes
|
sql select * from information_schema.ins_indexes
|
||||||
if $rows != 0 then
|
if $rows != 0 then
|
||||||
|
|
Loading…
Reference in New Issue