mariadb/mysql-test/suite/rpl
Varun Deep Saini d755574c47 MDEV-15327 Reset Master_Server_Id on CHANGE MASTER and RESET SLAVE
Master_Server_Id was not cleared after CHANGE MASTER or RESET SLAVE,
showing a stale value until the slave reconnected. Reset master_id
and prev_master_id to 0 in both code paths.

The reset value (0) will be present in SHOW SLAVE STATUS until it is
re-evaluated to the id of a new connected master server.

Signed-off-by: Varun Deep Saini <varun.23bcs10048@ms.sst.scaler.com>
2026-02-24 20:42:31 +02:00
..
extension
include Binlog-in-engine: New binlog implementation integrated in InnoDB 2026-01-23 03:21:03 +01:00
r MDEV-15327 Reset Master_Server_Id on CHANGE MASTER and RESET SLAVE 2026-02-24 20:42:31 +02:00
t MDEV-15327 Reset Master_Server_Id on CHANGE MASTER and RESET SLAVE 2026-02-24 20:42:31 +02:00
disabled.def
my.cnf MDEV-31404 Implement binlog_space_limit 2024-02-14 15:02:21 +01:00
README
rpl_1slave_base.cnf Improve mtr replication setup 2025-04-28 12:59:39 +03:00

How to run.
===========

./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed