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
#include "tcommon.h"
#include "tvariant.h"
#include "tsimplehash.h"
#include "tvariant.h"
struct SqlFunctionCtx;
struct SResultRowEntryInfo;
@ -140,9 +140,10 @@ typedef struct STdbState {
void *param;
void *env;
SListNode *pComparNode;
void* pBackendHandle;
void *pBackend;
char idstr[64];
void *compactFactory;
TdThreadRwlock rwLock;
void *db;
void *pStateDb;