1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-06-16 14:20:56 +03:00

MCOL-1190 - code fix, mysql not being monitored on seperate um/pm systems currectly

This commit is contained in:
david hill
2018-02-12 13:51:06 -06:00
parent fc576e4bc4
commit 9cb9934b53

View File

@ -696,7 +696,7 @@ int main(int argc, char **argv)
log.writeLog(__LINE__, "pthread_create failed, return code = " + oam.itoa(ret), LOG_TYPE_ERROR);
//mysql status monitor thread
if ( ( config.ServerInstallType() == oam::INSTALL_COMBINE_DM_UM_PM ) ||
if ( ( config.ServerInstallType() != oam::INSTALL_COMBINE_DM_UM_PM ) ||
(PMwithUM == "y") )
{