Fixed wrong comment in DatabaseBase::getFlag
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 29 Aug 2014 06:13:42 +0000 (23:13 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 29 Aug 2014 06:13:42 +0000 (23:13 -0700)
Change-Id: Ic299f538b322a07c0ee66786bbe70cb48de3b22e

includes/db/Database.php

index a46ee1c..9584e46 100644 (file)
@@ -679,8 +679,6 @@ abstract class DatabaseBase implements IDatabase, DatabaseType {
         *   - DBO_DEBUG: output some debug info (same as debug())
         *   - DBO_NOBUFFER: don't buffer results (inverse of bufferResults())
         *   - DBO_TRX: automatically start transactions
-        *   - DBO_DEFAULT: automatically sets DBO_TRX if not in command line mode
-        *       and removes it in command line mode
         *   - DBO_PERSISTENT: use persistant database connection
         * @return bool
         */