Remove unused $wgDebugDBTransactions
authorPlatonides <platonides@gmail.com>
Mon, 2 Apr 2012 12:02:23 +0000 (14:02 +0200)
committerPlatonides <platonides@gmail.com>
Mon, 2 Apr 2012 12:17:07 +0000 (14:17 +0200)
Change-Id: I74f93f83e5955b6953b11a13ed4312a536498b8d

includes/db/DatabasePostgres.php

index 0155f28..ed59e46 100644 (file)
@@ -315,7 +315,6 @@ class DatabasePostgres extends DatabaseBase {
        }
 
        protected function doQuery( $sql ) {
-               global $wgDebugDBTransactions;
                if ( function_exists( 'mb_convert_encoding' ) ) {
                        $sql = mb_convert_encoding( $sql, 'UTF-8' );
                }