QuestionQ151
ArchitectureWhat function does the slave SQL thread perform?
- A connects to the master and asks it to send updates recorded in its binary logs
- B monitors and maintains channel connections if multiple replication channels are used
- C reads the relay log and executes the events contained in them
- D acquires a lock on the binary log for reading each event to be sent to the slave
Community Discussion