MySQL 8.0 Database Administrator — Question 93

What does the slave I/O thread do?

Answer options

Correct answer: C

Explanation

The correct answer, C, is accurate because the slave I/O thread needs to lock the binary log to read each event for transmission. Option A is incorrect as it describes the connection process but not the specific function of locking for reading. Options B and D describe other aspects of log management and event execution, which are not the primary responsibilities of the I/O thread.