Home » MYSQL » MySQL Database Operations » Question
  1. What attempts auto recovery based on the contents of its serial log?
    1. Falcon
    2. MyISAM
    3. TRANSACTION
    4. InnoDB
    5. None of these
Correct Option: A

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.



Your comments will be displayed only after manual approval.