Add CollationFa
[lhc/web/wiklou.git] / includes / db / Database.php
index 2e3e225..3dc6e92 100644 (file)
@@ -2456,6 +2456,10 @@ abstract class DatabaseBase implements IDatabase {
                return false;
        }
 
+       public function serverIsReadOnly() {
+               return false;
+       }
+
        final public function onTransactionResolution( callable $callback ) {
                if ( !$this->mTrxLevel ) {
                        throw new DBUnexpectedError( $this, "No transaction is active." );