cloudstack/setup
prachi cfd8ef8fce 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 17:23:26 -07:00
..
apidoc Switch to Apache license 2012-04-03 04:54:14 -07:00
bindir CS-15089: cloud-sysvmadm - fixed broken parsing in queryAsyncJobResult part of the code 2012-05-25 10:19:28 -07:00
db CS-12510: Deleting the host_details and inserting them back causes deadlocks. 2012-08-01 17:23:26 -07:00
.project CS-14610 2012-04-30 17:08:22 -07:00