1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-05 01:43:31 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
Sergei Golubchik
4e9c252bc4 multi_source.mariadb-dump_slave: don't change global settings
--- check-mysqld_1.result
+++ check-mysqld_1.reject
@@ -31,7 +31,7 @@
 Master_SSL_Cipher
 Master_SSL_Key
 Seconds_Behind_Master  NULL
-Master_SSL_Verify_Server_Cert  No
+Master_SSL_Verify_Server_Cert  Yes
 Last_IO_Errno  0
 Last_IO_Error
 Last_SQL_Errno 0
2025-07-31 11:57:38 +02:00
ParadoxV5
add6a0557f MDEV-7611: create multi_source.mariadb-dump_slave
Create a Multi-Source Replication test
for these `mariadb-dump --dump-slave` bugs:
* MDEV-7611 (not fixed as of this commit)
* MDEV-5624 (fixed a long time ago)

Reviewed-by: Brandon Nesterenko <brandon.nesterenko@mariadb.com>
2025-07-10 18:31:36 -06:00