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

rename files

上级 ea47b4da
add_subdirectory(daemon)
add_subdirectory(exec)
add_subdirectory(impl)
\ No newline at end of file
aux_source_directory(src DAEMON_SRC)
add_executable(taosd ${DAEMON_SRC})
aux_source_directory(src EXEC_SRC)
add_executable(taosd ${EXEC_SRC})
target_include_directories(
taosd
......
......@@ -117,7 +117,7 @@ void mmRelease(SDnode *pDnode, SMnode *pMnode) {
int32_t mmOpen(SDnode *pDnode, SMnodeOpt *pOption) {
SMndMgmt *pMgmt = &pDnode->mmgmt;
pMgmt->singleProc = false;
pMgmt->singleProc = true;
int32_t code = mmOpenImp(pDnode, pOption);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册