Refactoring (un)lock. All the subclasses are currently returning true, except for...
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 27 Jun 2008 17:06:34 +0000 (17:06 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 27 Jun 2008 17:06:34 +0000 (17:06 +0000)
commitde58074c74bcff052b00bb04a742c746952d88fa
treed7b1435b20408cad6e68494701c18f1a00ba7758
parent9bfe56aa37003956216a9cb1b54e4db1ff8d3fd4
Refactoring (un)lock. All the subclasses are currently returning true, except for mySQL. Makes more sense to put the no-op in the parent class then just subclass it as needed. Other things could maybe do this too.
includes/db/Database.php
includes/db/DatabaseMssql.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php