You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-25 20:23:16 +03:00
remove error return that was really a success
This commit is contained in:
@@ -6171,8 +6171,6 @@ int ProcessMonitor::glusterUnassign(std::string dbrootID)
|
||||
return oam::API_FAILURE;
|
||||
}
|
||||
}
|
||||
log.writeLog(__LINE__, "glusterUnassign failed.", LOG_TYPE_ERROR);
|
||||
return oam::API_FAILURE;
|
||||
}
|
||||
|
||||
return oam::API_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user