mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-04 21:02:13 +03:00
fix getlogconfig issue, not show any configured
This commit is contained in:
parent
c5933636d6
commit
e76bb8eba0
@ -3245,6 +3245,7 @@ int ProcessMonitor::getConfigLog()
|
||||
break;
|
||||
}
|
||||
string logFile = oam::LogFile[i];
|
||||
logFile = logFile.substr(14, 80);
|
||||
|
||||
string::size_type pos = buf.find(logFile,0);
|
||||
if (pos != string::npos) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user