-
Daogang Qu authored
After pushing wl#8872, there are two tests failed with the error "Changing @@global.binlog_format or @@persist.binlog_format is disallowed when any replication channel applier thread is running. You could execute STOP SLAVE SQL_THREAD and try again." To fix the error, we STOP SLAVE SQL_THREAD before changing @@global.binlog_format or @@persist.binlog_format.
Daogang Qu authoredAfter pushing wl#8872, there are two tests failed with the error "Changing @@global.binlog_format or @@persist.binlog_format is disallowed when any replication channel applier thread is running. You could execute STOP SLAVE SQL_THREAD and try again." To fix the error, we STOP SLAVE SQL_THREAD before changing @@global.binlog_format or @@persist.binlog_format.
Loading