Index: trunk/phase3/includes/db/DatabaseOracle.php |
— | — | @@ -1073,8 +1073,4 @@ |
1074 | 1074 | public function getSearchEngine() { |
1075 | 1075 | return "SearchOracle"; |
1076 | 1076 | } |
1077 | | - |
1078 | | - /** No-op */ |
1079 | | - public function setBigSelects( $value = true ) {} |
1080 | | - |
1081 | 1077 | } // end DatabaseOracle class |
Index: trunk/phase3/includes/db/DatabasePostgres.php |
— | — | @@ -1400,9 +1400,6 @@ |
1401 | 1401 | return "SearchPostgres"; |
1402 | 1402 | } |
1403 | 1403 | |
1404 | | - /** No-op */ |
1405 | | - public function setBigSelects( $value = true ) {} |
1406 | | - |
1407 | 1404 | /** Todo: maybe implement this? */ |
1408 | 1405 | public function lockTables( $read, $write, $method ) {} |
1409 | 1406 | |
Index: trunk/phase3/includes/db/DatabaseIbm_db2.php |
— | — | @@ -1750,8 +1750,4 @@ |
1751 | 1751 | // TODO |
1752 | 1752 | // see SpecialAncientpages |
1753 | 1753 | } |
1754 | | - |
1755 | | - /** No-op */ |
1756 | | - public function setBigSelects( $value = true ) {} |
1757 | 1754 | } |
1758 | | -?> |
Index: trunk/phase3/includes/db/DatabaseMssql.php |
— | — | @@ -985,9 +985,6 @@ |
986 | 986 | public function getSearchEngine() { |
987 | 987 | return "SearchEngineDummy"; |
988 | 988 | } |
989 | | - |
990 | | - /** No-op */ |
991 | | - public function setBigSelects( $value = true ) {} |
992 | 989 | } |
993 | 990 | |
994 | 991 | /** |
Index: trunk/phase3/includes/db/DatabaseSqlite.php |
— | — | @@ -452,9 +452,6 @@ |
453 | 453 | return $s; |
454 | 454 | } |
455 | 455 | |
456 | | - /** No-op */ |
457 | | - public function setBigSelects( $value = true ) {} |
458 | | - |
459 | 456 | public function lockTables( $read, $write, $method ) {} |
460 | 457 | |
461 | 458 | public function unlockTables( $method ) {} |