Alon Bar-Lev has posted comments on this change. Change subject: core : Modify MLA to use engine session info ......................................................................
Patch Set 12: (1 comment) http://gerrit.ovirt.org/#/c/35362/12/packaging/dbscripts/create_views.sql File packaging/dbscripts/create_views.sql: Line 1335: CREATE OR REPLACE VIEW user_vds_groups_permissions_view (entity_id, user_id) Line 1336: AS Line 1337: SELECT DISTINCT entity_id, user_id Line 1338: FROM user_vds_groups_permissions_view_base Line 1339: NATURAL JOIN engine_session_user_flat_groups; > Both user_vds_groups_permissions_view_base and engine_session_user_flat_gro ok... sorry... I am not familiar with the data structure. I thought this is not exposed outside of store procedures interface so no reason to create views. Line 1340: Line 1341: Line 1342: -- Permissions view for Data Center Line 1343: -- The user has permissions on a data center -- 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: 12 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Ravi Nori <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
