提交 f5ecbb6e 编写于 作者: S Shengliang Guan

TD-3130

上级 8305e851
......@@ -53,7 +53,7 @@ static int32_t mnodeProcessDropDbMsg(SMnodeMsg *pMsg);
int32_t mnodeProcessAlterDbMsg(SMnodeMsg *pMsg);
#ifndef _TOPIC
int32_t tpInit() {}
int32_t tpInit() { return 0; }
void tpCleanUp() {}
void tpUpdateTs(int32_t *seq, void *pMsg) {}
#endif
......
......@@ -127,10 +127,13 @@ sql describe t1.ps;
if $data00 != off then
return -1
endi
if $data10 != content then
if $data10 != ts then
return -1
endi
if $data20 != pid then
if $data20 != content then
return -1
endi
if $data30 != pid then
return -1
endi
......@@ -138,10 +141,13 @@ sql describe t1.p1;
if $data00 != off then
return -1
endi
if $data10 != content then
if $data10 != ts then
return -1
endi
if $data20 != content then
return -1
endi
if $data20 != pid then
if $data30 != pid then
return -1
endi
......@@ -295,7 +301,7 @@ if $data4_db != 1 then
endi
sql show topics
if $rows != 0 then
if $rows != 1 then
return -1
endi
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册