cloudstack/setup
prachi c55489224b CS-12510: Deleting the host_details and inserting them back causes deadlocks.
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.
2012-08-01 14:38:24 -07:00
..
apidoc Fail with non-zero exit code when toc category missing 2012-07-31 17:21:57 +05:30
bindir CS-15089: cloud-sysvmadm - fixed broken parsing in queryAsyncJobResult part of the code 2012-05-25 10:15:39 -07:00
db CS-12510: Deleting the host_details and inserting them back causes deadlocks. 2012-08-01 14:38:24 -07:00
.project CS-14610 2012-04-30 17:08:22 -07:00