mariadb/mysql-test/suite/sys_vars
Jan Lindström bdfc7192b3 MDEV-36843 : Galera tests fail if wsrep_provider_options is too long (> 2k)
Galera provider options contains many options and several directory names and
file names that could lead situation where wsrep_provider_options string
is longer than 2k. Many tests set few new options required by test
and then restore wsrep_provider_options to original value. This restoring
wsrep_provider_options string to original value then fails because
of common limit for all charptr variables (2k).

Fix is to increase common limit for all charptr variables to 4kb.

Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
2025-08-15 02:20:40 +02:00
..
inc Merge branch '10.11' into 11.4 2025-06-17 09:50:22 +02:00
r MDEV-36843 : Galera tests fail if wsrep_provider_options is too long (> 2k) 2025-08-15 02:20:40 +02:00
t MDEV-36843 : Galera tests fail if wsrep_provider_options is too long (> 2k) 2025-08-15 02:20:40 +02:00
disabled.def MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00