Index: trunk/phase3/includes/db/DatabaseIbm_db2.php |
— | — | @@ -1441,9 +1441,6 @@ |
1442 | 1442 | return 'IBM DB2'; |
1443 | 1443 | } |
1444 | 1444 | |
1445 | | - ### |
1446 | | - # Fix search crash |
1447 | | - ### |
1448 | 1445 | /** |
1449 | 1446 | * Get search engine class. All subclasses of this |
1450 | 1447 | * need to implement this if they wish to use searching. |
— | — | @@ -1453,10 +1450,7 @@ |
1454 | 1451 | public function getSearchEngine() { |
1455 | 1452 | return "SearchIBM_DB2"; |
1456 | 1453 | } |
1457 | | - |
1458 | | - ### |
1459 | | - # Tuesday the 14th of October, 2008 |
1460 | | - ### |
| 1454 | + |
1461 | 1455 | /** |
1462 | 1456 | * Did the last database access fail because of deadlock? |
1463 | 1457 | * @return bool |