Eli Mesika has posted comments on this change.

Change subject: core : Modify MLA to use engine session info
......................................................................


Patch Set 9:

(2 comments)

http://gerrit.ovirt.org/#/c/35362/9/packaging/dbscripts/user_sp.sql
File packaging/dbscripts/user_sp.sql:

Line 254: 
Line 255: 
Line 256: CREATE OR REPLACE FUNCTION getSessionUserAndGroupsById(v_id UUID, 
v_engine_session_seq_id INTEGER)
Line 257: RETURNS SETOF idUuidType STABLE
Line 258:    AS $function$
minor

I see that all uses "AS $procedure$" .....
Line 259: BEGIN
Line 260:    RETURN QUERY
Line 261:    select ad_groups.ID from ad_groups,engine_sessions where 
engine_sessions.id = v_engine_session_seq_id
Line 262:    and ad_groups.id in(select * from 
fnsplitteruuid(engine_sessions.group_ids))


Line 264:    select v_id
Line 265:    UNION
Line 266:    -- user is also member of 'Everyone'
Line 267:    select 'EEE00000-0000-0000-0000-123456789EEE';
Line 268: END; $function$
same


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I28f3853166fe635941e65ea2461f7ecda20f4a2a
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
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