1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-35344 : Galera test failure on galera_sync_wait_upto

Ignoring configured server_id should not be a warning because
correct configuration is documented. Changed message to info
level with more detailed message what was configured and
what will be actually used.

Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
This commit is contained in:
Jan Lindström
2024-11-05 12:09:30 +02:00
committed by Julius Goryavsky
parent eb891b6a95
commit e4a3a11dcc
3 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
#
--source include/galera_cluster.inc
--source include/have_debug.inc
--source include/have_debug_sync.inc
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;

View File

@@ -2,6 +2,7 @@
# Test option wsrep_ignore_apply_errors
#
--source include/have_perfschema.inc
--source include/galera_cluster.inc
--source include/force_restart.inc