提交 4814df77 编写于 作者: L lichuang

fix compile error

上级 f0640ac0
...@@ -425,6 +425,8 @@ bool isVardataNull(char* val, int32_t type) { ...@@ -425,6 +425,8 @@ bool isVardataNull(char* val, int32_t type) {
} else { } else {
assert(0); assert(0);
} }
return false;
} }
void setNull(char *val, int32_t type, int32_t bytes) { setNullN(val, type, bytes, 1); } void setNull(char *val, int32_t type, int32_t bytes) { setNullN(val, type, bytes, 1); }
...@@ -548,6 +550,7 @@ bool isNullN(char *val, int32_t type) { ...@@ -548,6 +550,7 @@ bool isNullN(char *val, int32_t type) {
} }
} }
return false;
} }
static uint8_t nullBool = TSDB_DATA_BOOL_NULL; static uint8_t nullBool = TSDB_DATA_BOOL_NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册