Comment 5 for bug 1319668

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (master)

Reviewed: https://review.openstack.org/93678
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=9e98e0bbb001724ee38f18320991b0145ebc6a15
Submitter: Jenkins
Branch: master

commit 9e98e0bbb001724ee38f18320991b0145ebc6a15
Author: Alexander Kislitsky <email address hidden>
Date: Thu May 15 11:22:29 2014 +0400

    Checking the tables order when rows are locking

    Deadlock detector checks the order of locked tables. In case of
    not allowed locking order exception with locks and traceback
    information is raised. Detection enabled only in DEVELOPMENT
    mode. Deadlock detector only prevents the posibility of deadlocks

    Change-Id: I4097aa2ad8942bf852d0e89054e13500fbfc6646
    Closes-Bug: #1319668