You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
mcol-833 - merge code from 1.0 for missing file fix
This commit is contained in:
@ -595,7 +595,7 @@ void ProcessMonitor::processMessage(messageqcpp::ByteStream msg, messageqcpp::IO
|
||||
log.writeLog(__LINE__, "START: process already active " + processName);
|
||||
|
||||
//Inform Process Manager that Process restart
|
||||
processRestarted(processName);
|
||||
//processRestarted(processName);
|
||||
|
||||
ackMsg << (ByteStream::byte) ACK;
|
||||
ackMsg << (ByteStream::byte) START;
|
||||
@ -694,7 +694,7 @@ void ProcessMonitor::processMessage(messageqcpp::ByteStream msg, messageqcpp::IO
|
||||
}
|
||||
|
||||
//Inform Process Manager that Process restart
|
||||
processRestarted(processName);
|
||||
//processRestarted(processName);
|
||||
|
||||
ackMsg << (ByteStream::byte) ACK;
|
||||
ackMsg << (ByteStream::byte) RESTART;
|
||||
|
Reference in New Issue
Block a user