Remove strictIPs(), cascadingDeletes(), and cleanupTriggers()
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 16 Sep 2016 05:37:29 +0000 (22:37 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 19 Sep 2016 20:12:11 +0000 (20:12 +0000)
commit83b573a3e83039fb38dbacbc417f37808a9fc574
treef1001c740cab423b3e169b23d8ee908983f74904
parent93845ed2ad47e13bf88d33893ceb547bc724b3b6
Remove strictIPs(), cascadingDeletes(), and cleanupTriggers()

These DatabaseBase methods have no callers are were a mistake to
begin with. They only encouraged code forking and incompatibilities
among different backing DB types.

Also removed stray realTimestamps() method that was left over
from prior removals.

Change-Id: I37bef8585151e2782d2c88b5ae1e6752109c6ac7
includes/db/DatabaseMssql.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php
includes/libs/rdbms/database/DatabaseBase.php