https://bugzilla.wikimedia.org/show_bug.cgi?id=34280

--- Comment #4 from Antoine "hashar" Musso <[email protected]> 2012-02-10 15:24:16 
UTC ---
Looks like that command is the Oracle way of starting a transaction. From
includes/db/DatabaseOracle.php :

    function begin( $fname = 'DatabaseOracle::begin' ) {
        $this->mTrxLevel = 1;
        $this->doQuery( 'SET CONSTRAINTS ALL DEFERRED' );
    }

Your credentials might lack the user right to set constraints, or the DB might
lack that support.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to