1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

fix use of the amazon keys

This commit is contained in:
david hill
2016-03-01 14:38:02 -06:00
parent 3eaf5c9aff
commit 71b456438c
10 changed files with 93 additions and 505 deletions

View File

@ -843,6 +843,7 @@ void ProcessMonitor::processMessage(messageqcpp::ByteStream msg, messageqcpp::IO
//stop the mysql daemon
try {
oam.actionMysqlCalpont(MYSQL_STOP);
log.writeLog(__LINE__, "Stop MySQL Process", LOG_TYPE_DEBUG);
}
catch(...)
{}