Merge branch 'enh/dev3.0' into enh/addCompileError

This commit is contained in:
yihaoDeng 2023-05-26 13:03:47 +00:00
parent a71bffd719
commit 479a117266
1 changed files with 33 additions and 32 deletions

View File

@ -21,8 +21,8 @@ extern "C" {
#endif #endif
#include "tcommon.h" #include "tcommon.h"
#include "tvariant.h"
#include "tsimplehash.h" #include "tsimplehash.h"
#include "tvariant.h"
struct SqlFunctionCtx; struct SqlFunctionCtx;
struct SResultRowEntryInfo; struct SResultRowEntryInfo;
@ -140,9 +140,10 @@ typedef struct STdbState {
void *param; void *param;
void *env; void *env;
SListNode *pComparNode; SListNode *pComparNode;
void* pBackendHandle; void *pBackend;
char idstr[64]; char idstr[64];
void *compactFactory; void *compactFactory;
TdThreadRwlock rwLock;
void *db; void *db;
void *pStateDb; void *pStateDb;