提交 30b0af90 编写于 作者: K kailixu

chore: support drop table meta in mnode only

上级 4e9381fe
...@@ -2403,6 +2403,11 @@ static int32_t mnodeDropChildTableCb(SMnodeMsg *pMsg, int32_t code) { ...@@ -2403,6 +2403,11 @@ static int32_t mnodeDropChildTableCb(SMnodeMsg *pMsg, int32_t code) {
return code; return code;
} }
if (tsMetaSyncOption == 1) {
if (strstr((const char*)((SCTableObj *)pMsg->pTable->tableId), META_SYNC_TABLE_NAME)) {
return TSDB_CODE_SUCCESS;
}
}
return mnodeSendDropChildTableMsg(pMsg, true); return mnodeSendDropChildTableMsg(pMsg, true);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册