Reverts MySQL stored procedure support
[lhc/web/wiklou.git] / includes / db / DatabaseMysql.php
index 95d3968..7054c8b 100644 (file)
@@ -670,15 +670,6 @@ class DatabaseMysql extends DatabaseBase {
                }
        }
 
-       protected function streamStatementEnd( &$sql, &$newLine ) {
-               if ( strtoupper( substr( $newLine, 0, 9 ) ) == 'DELIMITER' ) {
-                       preg_match( '/^DELIMITER\s+(\S+)/' , $newLine, $m );
-                       $this->delimiter = $m[1];
-                       $newLine = '';
-               }
-               return parent::streamStatementEnd( $sql, $newLine );
-       }
-
        /**
         * @param $lockName string
         * @param $method string