mariadb/mysql-test/suite
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
..
archive Merge branch '10.11' into 11.4 2025-04-26 10:53:02 +02:00
atomic Merge branch '10.11' into 11.4 2025-04-26 10:53:02 +02:00
binlog Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
binlog_encryption Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
client MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
compat MDEV-36216 TO_CHAR FM format not recognized in SQL_MODE=Oracle 2025-04-16 12:55:49 +04:00
csv Backporting bugs fixes fixed by MDEV-31340 from 11.5 2024-05-21 14:58:01 +04:00
encryption Merge 10.11 into 11.4 2025-03-28 13:55:21 +02:00
engines Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
events Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
federated Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
funcs_1 Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
funcs_2 Merge 10.5 into 10.6 2025-03-26 17:09:57 +02:00
galera MDEV-36843 : Galera tests fail if wsrep_provider_options is too long (> 2k) 2025-08-15 02:20:40 +02:00
galera_3nodes Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
galera_3nodes_sr galera tests: synchronization after merge 2025-03-28 02:53:59 +01:00
galera_sr Merge branch '10.6' into '10.11' 2025-04-02 06:33:39 +02:00
gcol Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
handler Merge 10.11 into 11.4 2025-01-09 07:58:08 +02:00
heap Merge branch '10.11 into 11.4 2025-01-30 12:01:11 +01:00
innodb Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
innodb_fts Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
innodb_gis Merge branch '10.11' into 11.4 2025-06-17 09:50:22 +02:00
innodb_i_s Merge 10.5 into 10.6 2023-04-11 16:15:19 +03:00
innodb_zip Merge branch '10.11 into 11.4 2025-01-30 12:01:11 +01:00
jp Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
json Merge branch '10.11' into 11.4 2025-04-26 10:53:02 +02:00
large_tests fix failing large_tests.maria_recover_encrypted 2024-04-22 18:38:39 +02:00
maria Merge branch '10.11' into 11.4 2025-06-17 09:50:22 +02:00
mariabackup Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
merge Merge branch '10.11' into 11.4 2025-04-26 10:53:02 +02:00
mtr/t Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
mtr2 Fix for overlayed include files on Windows and a test case 2013-11-10 14:37:32 +04:00
multi_source multi_source.mariadb-dump_slave: don't change global settings 2025-07-31 11:57:38 +02:00
optimizer_unfixed_bugs deprecate SQL_NOTES variable in favor of NOTE_VERBOSITY 2024-02-03 11:22:20 +01:00
parts Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
perfschema Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
perfschema_stress P_S 5.7.28 2020-03-10 19:24:22 +01:00
period Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
plugins Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
roles Merge branch '10.11 into 11.4 2025-01-30 12:01:11 +01:00
rpl Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
s3 Merge branch '10.11' into 11.4 2025-06-17 09:50:22 +02:00
sql_sequence Merge branch '10.6' into 10.11 2025-07-28 18:06:31 +02:00
storage_engine MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
stress MDEV-34453 Trying to read 16384 bytes at 70368744161280 outside the bounds of the file: ./ibdata1 2024-09-20 20:26:43 +05:30
sys_vars MDEV-36843 : Galera tests fail if wsrep_provider_options is too long (> 2k) 2025-08-15 02:20:40 +02:00
sysschema Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
unit update C/C 3.4 2024-08-04 17:28:08 +02:00
vcol Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
versioning Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
wsrep Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00