Eli Mesika has posted comments on this change. Change subject: core: Remove error message when reports.xml doesn't exist ......................................................................
Patch Set 4: (1 comment) http://gerrit.ovirt.org/#/c/25324/4/packaging/dbscripts/common_sp.sql File packaging/dbscripts/common_sp.sql: Line 563: UPDATE vdc_options SET option_value=replace(option_value,v_value || ',','') WHERE option_name=v_option_name; Line 564: UPDATE vdc_options SET option_value=replace(option_value,',' || v_value,'') WHERE option_name=v_option_name; Line 565: UPDATE vdc_options SET option_value='' WHERE option_value=v_value AND option_name=v_option_name; Line 566: END; $procedure$ Line 567: LANGUAGE plpgsql; > The following function is more general it uses also the version provided an v_csv_val varchar; // this is not used please remove -- To view, visit http://gerrit.ovirt.org/25324 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iaf6b075eb4754c5bb4153da8c6032a01bf801516 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liran Zelkha <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Liran Zelkha <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Yaniv Dary <[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
