MySQL Error 4047 – ER_WARN_SQL_AFTER_MTS_GAPS_GAP_NOT_CALCULATED

MySQL Error Message

The until clause SQL_AFTER_MTS_GAPS is being used for
channel ‘%s’ when GTID_MODE = ON and SOURCE_AUTO_POSITION=1
meaning the server did not compute internally what gaps may exist
in the relay log transaction execution. To close any execution
gaps use either the SQL_BEFORE_GTIDS or SQL_AFTER_GTIDS until
clause.

Reason for the Error

ER_WARN_SQL_AFTER_MTS_GAPS_GAP_NOT_CALCULATED
was added in 8.0.26.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

MySQL Error Message Could not read CA key file: %s Reason for the Error ER_X509_CANT_READ_CA_KEY was added in 8.0.2.
MySQL Error Message Read invalid event from master: ‘%s’, master could be corrupt but a more likely cause of this...
MySQL Error Message %s Reason for the Error ER_IB_MSG_315 was added in 8.0.11.