Shireesh Anjal has submitted this change and it was merged.

Change subject: gluster: Modify calls to fnSplitterUuid
......................................................................


gluster: Modify calls to fnSplitterUuid

Patch http://gerrit.ovirt.org/9825 changed the definition of the SP
fnSplitterUuid in such a way that the older calls to this SP, that
looked like:

select ID from fnSplitterUuid(v_ids)

no longer work, and now need to be changed to something like:

select * from fnSplitterUuid(v_ids)

While this change was done in most of the *_sp.sql scripts, it was
missed out in gluster_volumes_sp.sql

Changing it now in gluster_volumes_sp.sql

Change-Id: I824aedc908cfc0a67ea2fa5ea57dd14eecb865ce
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=901531
Signed-off-by: Shireesh Anjal <[email protected]>
---
M backend/manager/dbscripts/gluster_volumes_sp.sql
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Shireesh Anjal: Verified; Looks good to me, approved


--
To view, visit http://gerrit.ovirt.org/11799
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I824aedc908cfc0a67ea2fa5ea57dd14eecb865ce
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: engine_3.2
Gerrit-Owner: Shireesh Anjal <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Ofer Schreiber <[email protected]>
Gerrit-Reviewer: Shireesh Anjal <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to