Added mutex locking prevent errors if more than one copy of sp_sync_cr_with_filesystem runs at once for a single package instance, plus rela…
Show more
Added mutex locking prevent errors if more than one copy ofsp_sync_cr_with_filesystem runs at once for a single package instance,plus related changes. Changed sp_sync_cr_with_filesystem proc to awrapper proc which now calls sp_sync_cr_with_filesystem_internal, inorder to properly free the mutex upon any unexpected error.
Show less