Reverts MySQL stored procedure support
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 11 Jan 2012 09:46:21 +0000 (09:46 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 11 Jan 2012 09:46:21 +0000 (09:46 +0000)
commitf5f1b6d0bb47521a5941740c52c439194cbdfddc
tree6fece2c2c421d45e57ada4226aa4046f72aadaa5
parent44b06f908ec6e013e5dc3c20418269199ab7e246
Reverts MySQL stored procedure support

This is reverting the work done by MaxSem to support stored procedures
and stored function in MySQL. The reasons are:
 - it is not needed yet
 - tests are not functionals
 - alter the stable include/db/Database.php and drop support for ';;'

So please create a branch to work on it and merge it back in trunk
once we have branched 1.19 :-)

I have opened bug 33654 to track this enhancement request.

Reverts r107376, r107994.
includes/db/Database.php
includes/db/DatabaseMysql.php
includes/db/DatabasePostgres.php
tests/phpunit/data/db/mysql/functions.sql [deleted file]
tests/phpunit/data/db/postgres/functions.sql [deleted file]
tests/phpunit/includes/db/DatabaseTest.php