Merge remote-tracking branch 'origin/hotfix/test' into feature/vnode
This commit is contained in:
commit
e7fb1340fa
|
@ -6552,7 +6552,8 @@ void* qOpenQueryMgmt(int32_t vgId) {
|
|||
}
|
||||
|
||||
static void queryMgmtKillQueryFn(void* handle) {
|
||||
qKillQuery(handle);
|
||||
void** fp = (void**)handle;
|
||||
qKillQuery(*fp);
|
||||
}
|
||||
|
||||
void qQueryMgmtNotifyClosed(void* pQMgmt) {
|
||||
|
|
Loading…
Reference in New Issue