Remove more Oracle and Mssql leftovers
authorDaimona Eaytoy <daimona.wiki@gmail.com>
Thu, 15 Aug 2019 12:21:55 +0000 (14:21 +0200)
committerKrinkle <krinklemail@gmail.com>
Sun, 25 Aug 2019 17:21:49 +0000 (17:21 +0000)
commitf18af0b61f102f0d2146dfb8b48895acc04508de
tree87ded5411ecb909a8ea65ce9c452c542aa7de630
parenta34c284b1a7096b594288850bd175709b749aea3
Remove more Oracle and Mssql leftovers

Follows-up 4d10bb14e81 and 807d793ab9079.

According to codesearch [0], these were the last usages. Note that this
patch leaves two constants in places, IDatabase::DBO_SYSDBA and
DBO_DDLMODE. These are public constants used "mostly for oracle" according
to the docs, but maybe we could find other use cases in the future (?).

[0] - https://codesearch.wmflabs.org/core/?q=oracle%7Cmssql&i=fosho&files=%5C.%5B%5Ej%5Cd%5D%7Cen%5C.json&repos=

Bug: T230418
Change-Id: Ibfb748b4b23b885a77f4de161af4bf2ab9649a89
14 files changed:
autoload.php
docs/database.txt
includes/Category.php
includes/WikiMap.php
includes/changes/RecentChange.php
includes/db/MWLBFactory.php
includes/db/ORAField.php [deleted file]
includes/db/ORAResult.php [deleted file]
includes/jobqueue/JobQueueDB.php
includes/libs/rdbms/database/Database.php
includes/libs/rdbms/database/IDatabase.php
includes/libs/rdbms/database/resultwrapper/MssqlResultWrapper.php [deleted file]
includes/libs/rdbms/encasing/MssqlBlob.php [deleted file]
includes/libs/rdbms/field/MssqlField.php [deleted file]