cloudstack/server
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
..
conf
scripts
src/com/cloud CS-12510: Deleting the host_details and inserting them back causes deadlocks. 2012-08-01 14:38:24 -07:00
test VPC: moved vpc related code from NetworkManager to VpcManager 2012-07-31 16:58:14 -07:00
.classpath bug 6745: Using UUID instead of integers - for System VM s 2011-11-03 07:33:57 -07:00
.project