InterviewSolution
Saved Bookmarks
| 1. |
What attempts auto recovery based on the contents of its serial log?(a) MyISAM(b) InnoDB(c) Falcon(d) TRANSACTION |
|
Answer» Right choice is (c) Falcon Easiest explanation: When the Falcon storage engine is enabled, it attempts the auto recovery based on the contents of its serial log. If the InnoDB storage engine is enabled, it checks for a variety of problems automatically. |
|