| 1 | <?php |
||
| 13 | class EnginesCheck extends ResourceCheck |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param Result $result |
||
| 17 | * @param Varien_Db_Adapter_Interface $dbAdapter |
||
| 18 | * @return void |
||
| 19 | */ |
||
| 20 | protected function checkImplementation(Result $result, Varien_Db_Adapter_Interface $dbAdapter) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param Varien_Db_Adapter_Interface $dbAdapter |
||
| 37 | * @return bool |
||
| 38 | */ |
||
| 39 | private function checkInnodbEngine(Varien_Db_Adapter_Interface $dbAdapter) |
||
| 54 | } |
||
| 55 |