Change in ovirt-engine[master]: core: Remove redundant JOIN statement in a storage procedure
Tal Nisan has submitted this change and it was merged. Change subject: core: Remove redundant JOIN statement in a storage procedure ...................................................................... core: Remove redundant JOIN statement in a storage procedure Removed JOIN in fn_get_actual_images_size_by_storage, the join with between images_storage_domain_view and disk_image_dynamic since the field actual_size used in the statement already exists in images_storage_domain_view Change-Id: I4f7096ef43876f3b2b96f61a60620e0e33a4e6db Signed-off-by: Tal Nisan <tnisan@redhat.com> --- M packaging/dbscripts/create_functions.sql 1 file changed, 2 insertions(+), 3 deletions(-) Approvals: Tal Nisan: Verified Allon Mureinik: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/33010 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4f7096ef43876f3b2b96f61a60620e0e33a4e6db Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
tnisan@redhat.com