mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 08:46:16 +01:00
Store the _SLAVE_ STATUS when pausing replicas for `mariadb-dump --dump-slave`; use that (instead of a new SHOW _SLAVE_ STATUS) to resume replicas when the program ends. > When making a dump with --dump-slave option, upon completion mysqldump > starts slave threads [IO & SQL for all multi-source connections] even > if they were not stopped by mysqldump itself. > This behavior breaks delayed/manually synchronized > slaves which have not to be running all the time. > ⸺ MDEV-7611 Co-authored-by: Max Samoilenko <maxim.samoilenko@gmail.com> Reviewed-by: Brandon Nesterenko <brandon.nesterenko@mariadb.com> |
||
|---|---|---|
| .. | ||
| async_example.c | ||
| client_metadata.h | ||
| client_priv.h | ||
| CMakeLists.txt | ||
| completion_hash.cc | ||
| completion_hash.h | ||
| echo.c | ||
| mariadb-conv.cc | ||
| my_readline.h | ||
| mysql.cc | ||
| mysql_plugin.c | ||
| mysql_upgrade.c | ||
| mysqladmin.cc | ||
| mysqlbinlog.cc | ||
| mysqlcheck.c | ||
| mysqldump.c | ||
| mysqlimport.c | ||
| mysqlshow.c | ||
| mysqlslap.c | ||
| mysqltest.cc | ||
| readline.cc | ||