Yair Zaslavsky has submitted this change and it was merged.
Change subject: core: Installer pre-upgrade step should ensure...
......................................................................
core: Installer pre-upgrade step should ensure...
Installer pre-upgrade step should ensure DB consistency using fkvalidator.sh
Fixing a problem in fkvalidator when the child table has a value that
not exists in the parent table but this value is null.
In that case fkvalidaor should not treat that data as a violation.
Change-Id: Id76d9c3e3d619ac591a334b481c8af9ca675af9e
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=893459
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M backend/manager/tools/dbutils/fkvalidator_sp.sql
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Eli Mesika: Verified
Yair Zaslavsky: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/14597
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id76d9c3e3d619ac591a334b481c8af9ca675af9e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>