InterviewSolution
Saved Bookmarks
| 1. |
For which of these storage engines are configuration options always built?(a) Falcon(b) FEDERATED(c) InnoDB(d) MyISAM |
|
Answer» Correct choice is (d) MyISAM To explain I would say: The configuration options for the storage engine ‘MyISAM’ are always built. The runtime options for MyISAM are also always enabled. For the others, runtime options are explicitly enabled. |
|