Merge branch 'enh/dev3.0' into enh/addCompileError
This commit is contained in:
parent
a71bffd719
commit
479a117266
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue