From e605c270238c43138dba6cff060210268cd992fb Mon Sep 17 00:00:00 2001 From: shenglian zhou Date: Fri, 29 Apr 2022 18:32:58 +0800 Subject: [PATCH] fix mac os compilation error --- src/client/inc/tscParseLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/inc/tscParseLine.h b/src/client/inc/tscParseLine.h index 16427c6328..30a316210c 100644 --- a/src/client/inc/tscParseLine.h +++ b/src/client/inc/tscParseLine.h @@ -65,7 +65,7 @@ typedef struct SSmlSqlInsertBatch { char* sql; int32_t code; int32_t tryTimes; - sem_t sem; + tsem_t sem; int32_t affectedRows; bool tryAgain; bool resetQueryCache; -- GitLab