]> xenbits.xensource.com Git - xcp/xen-api.git/commit
Rewrite the database upgrade update_snapshots to use the type-safe Db.* API rather...
authorDavid Scott <dave.scott@eu.citrix.com>
Wed, 26 Jan 2011 17:39:06 +0000 (17:39 +0000)
committerDavid Scott <dave.scott@eu.citrix.com>
Wed, 26 Jan 2011 17:39:06 +0000 (17:39 +0000)
commit28aa1f40be96c2f1097de95ea4aedc1d4ec4cf61
treef3b070b6bf9d73fdad5bf9a57e96b6b887a33a09
parentd15615f9fd7cb0270533858134062d91d877b519
Rewrite the database upgrade update_snapshots to use the type-safe Db.* API rather than the unsafe low-level database API. Move this xapi-specific stuff out of the database layer and put it further up the stack.

Signed-off-by: David Scott <dave.scott@eu.citrix.com>
ocaml/database/db_upgrade.ml
ocaml/xapi/xapi_db_upgrade.ml