rename files
This commit is contained in:
parent
ea47b4da24
commit
f9685371a9
|
@ -1,2 +1,2 @@
|
|||
add_subdirectory(daemon)
|
||||
add_subdirectory(exec)
|
||||
add_subdirectory(impl)
|
|
@ -1,5 +1,5 @@
|
|||
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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue