mirror of
https://github.com/MariaDB/server.git
synced 2026-03-02 14:38:41 +01:00
- Fix to avoid mysqltest client getting killed abruptly during mysql_shutdown(). When Galera replication is shutdown, wait for THDs with `thd->stmt_da()->is_eof()` to disconnect (these are about to disconnect anyway). - Extract duplicate code from `wsrep_stop_replication()` and `wsrep_shutdown_replication()` in a new function. - No need to use a custom `shutdown_mysqld.inc` in galera suite. Delete it, so that the one in `mysql-test/include/` is used. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com> |
||
|---|---|---|
| .. | ||
| auto_increment_offset_restore.inc | ||
| auto_increment_offset_save.inc | ||
| galera_base_port.inc | ||
| galera_concurrent_test.inc | ||
| galera_dump_sr_table.inc | ||
| galera_reset_cluster_address.inc | ||
| galera_sst_restore.inc | ||
| galera_sst_set_mysqldump.inc | ||
| galera_st_clean_slave.inc | ||
| galera_st_disconnect_slave.inc | ||
| galera_st_kill_slave.inc | ||
| galera_st_kill_slave_ddl.inc | ||
| galera_st_shutdown_slave.inc | ||
| galera_start_replication.inc | ||
| galera_stop_replication.inc | ||
| galera_wsrep_recover.inc | ||
| have_qpress.inc | ||
| have_stunnel.inc | ||
| have_wsrep_replicate_myisam.inc | ||
| kill_galera.inc | ||
| print_gtid.inc | ||
| reset_query_cache.inc | ||
| start_mysqld.inc | ||