Eli Mesika has posted comments on this change.

Change subject: engine:Support for gluster asynchronous tasks
......................................................................


Patch Set 21:

(1 comment)

....................................................
File packaging/dbscripts/job_sp.sql
Line 504: ----------------------------------------------------
Line 505: -- Gets Step entities list from Step table by external id
Line 506: ----------------------------------------------------
Line 507: Create or replace FUNCTION GetStepsByExternalTaskId(v_external_id 
UUID)
Line 508: RETURNS SETOF step
should be 

RETURNS SETOF step STABLE
Line 509: AS $procedure$
Line 510: BEGIN
Line 511:     RETURN QUERY SELECT step.*
Line 512:     FROM step


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I8a56785edef091bce74e2b7b0ba9a3314f1397f1
Gerrit-PatchSet: 21
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com>
Gerrit-Reviewer: Ramesh N <rnach...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to