Update tsdb.h

fix: remove tmp field
This commit is contained in:
dapan1121 2023-01-10 15:39:16 +08:00 committed by GitHub
parent 459d2932b1
commit fd0d4bb830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -573,7 +573,6 @@ struct STSDBRowIter {
struct SRowMerger {
STSchema *pTSchema;
int64_t version;
bool merged;
SArray *pArray; // SArray<SColVal>
};