Stop using $wgProfileToDatabase
authorChad Horohoe <chadh@wikimedia.org>
Wed, 3 Dec 2014 18:36:12 +0000 (10:36 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 3 Dec 2014 18:37:03 +0000 (10:37 -0800)
commitdbca12bf93320af9df2972b607798f18c96dcb62
treed4db23e75edf799903b4bf5980a950fb2fa63796
parent2e2958d6d9107fcc479183eaf2dc86247f87072e
Stop using $wgProfileToDatabase

Was not completely removed and the remaining bits were mostly
broken. $wgProfiler['output'] = 'db' is the proper way.

Fixes T75917
Change-Id: I36565e2372db2ed49b219cf533ec433e8111c52f
docs/scripts.txt
includes/installer/DatabaseUpdater.php
includes/installer/MysqlUpdater.php
includes/installer/SqliteUpdater.php
profileinfo.php
tests/phpunit/includes/db/DatabaseSqliteTest.php