Yair Zaslavsky has posted comments on this change. Change subject: core: compensation should not clean entities with associated tasks ......................................................................
Patch Set 3: (1 inline comment) .................................................... File backend/manager/dbscripts/business_entity_snapshot_sp.sql Line 43: $procedure$ Line 44: BEGIN Line 45: RETURN QUERY SELECT DISTINCT business_entity_snapshot.command_id, business_entity_snapshot.command_type Line 46: FROM business_entity_snapshot Line 47: WHERE NOT EXISTS Why? I was in a dilemma myself if to use exists or in. Line 48: ( Line 49: SELECT 1 Line 50: FROM async_tasks Line 51: WHERE async_tasks.command_id = business_entity_snapshot.command_id -- To view, visit http://gerrit.ovirt.org/9122 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iec0941108ae66c6174626915a45f02ab0996cfea Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches