Answer: A Explanation:题目A 应该是sql_slave_skip_counter 这个参数。 sql_slave_skip_counter System Variable Name sql_slave_skip_counter Variable Scope Global Dynamic Variable Yes Permitted Values Type numeric The number of events from the master that a slave server should skip. This option is incompatible with GTID-based replication, and must not be set to a nonzero value when -- gtid-mode=ON. In MySQL 5.6.10 and later, trying to do so is specifically disallowed. (Bug #15833516) If you need to skip transactions when employing GTIDs, use gtid_executed from the master instead. See Injecting empty transactions, for information about how to do this. Important If skipping the number of events specified by setting this variable would cause the slave to begin in the middle of an event group, the slave continues to skip until it finds the beginning of the next event group and begins from that point. For more information, see Section 13.4.2.4, “SET GLOBAL sql_slave_skip_counter
Syntax”.
[此贴子已经被作者于2014-12-22 11:41:37编辑过] |