mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Don gather results for unallocated api's
This commit is contained in:
parent
cdc766a8e5
commit
3585e4a4f1
1 changed files with 5 additions and 3 deletions
|
|
@ -938,9 +938,11 @@ gather_result(atrt_config& config, int * result){
|
|||
BaseString tmp = g_gather_progname;
|
||||
for(size_t i = 0; i<config.m_processes.size(); i++){
|
||||
atrt_process & proc = config.m_processes[i];
|
||||
tmp.appfmt(" %s:%s",
|
||||
proc.m_hostname.c_str(),
|
||||
proc.m_proc.m_cwd.c_str());
|
||||
if(proc.m_proc.m_path != ""){
|
||||
tmp.appfmt(" %s:%s",
|
||||
proc.m_hostname.c_str(),
|
||||
proc.m_proc.m_cwd.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
const int r1 = system(tmp.c_str());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue