mirror of https://github.com/apache/cloudstack.git
Reviewed-By: Alex Changes: - Deleting and inserting the host_details in one transaction leads to this MySQL deadlock issue sometimes - This fix is to use the ON DUPLICATE KEY UPDATE MySQL query that will insert the deatils if they are new or update the ones that are existing. - This needs a UNIQUE constraint on host_details. |
||
|---|---|---|
| .. | ||
| conf | ||
| scripts | ||
| src/com/cloud | ||
| test | ||
| .classpath | ||
| .project | ||