1.

Slow shutdown can be performed by setting innodb_fast_shutdown to _____________(a) 0(b) -1(c) 1(d) 2This question was posed to me in an interview for internship.The doubt is from Updating MySQL in portion General MySQL Administration of MySQL

Answer»

Correct answer is (a) 0

The explanation is: With a slow shutdown InnoDB performs a full purge and change buffer MERGE before SHUTTING down. This ENSURES that data files are fully PREPARED in case of file format differences.



Discussion

No Comment Found

Related InterviewSolutions