mariadb/scripts
Julius Goryavsky fd9a11d8a5 MDEV-35749: Add support for --use-memory option for SST with mariabackup
Mariabackup (mariadb-backup) supports the --use-memory option that
sets the buffer pool size for innodb. However, current SST scripts
do not use this option. This commit adds support for this option,
the value for which can be specified via the "use_memory" parameter
in the configuration file in the [sst], [mariabackup] or [xtrabackup]
sections (supported only for compatibility with old configurations).

In addition, if the innodb_buffer_pool_size option is specified in
the user configuration (in the main server configuration sections)
or passed to the SST scripts or the server via arguments, its value
is also passed to mariadb-backup as the value for the --use-memory
option.

A new section name [mariabackup] has also been added, which can
be used instead of the deprecated [xtrabackup] (the section name
"mariabackup" was specified in the documentation, but was not
actually supported by SST scripts before this commit).
2025-01-06 01:43:42 +01:00
..
CMakeLists.txt
comp_sql.c
convert-debug-for-diff.sh
dheadgen.pl
fill_help_tables.sql
galera_new_cluster.sh
galera_recovery.sh
maria_add_gis_sp.sql.in
mariadb-service-convert
msql2mysql.sh
mysql_config.pl.in
mysql_config.sh
mysql_convert_table_format.sh
mysql_find_rows.sh
mysql_fix_extensions.sh
mysql_install_db.sh
mysql_performance_tables.sql
mysql_secure_installation.sh
mysql_setpermission.sh
mysql_system_tables.sql MDEV-34716 Fix mysql.servers socket max length too short 2024-12-17 10:40:57 +11:00
mysql_system_tables_data.sql
mysql_system_tables_fix.sql MDEV-34716 Fix mysql.servers socket max length too short 2024-12-17 10:40:57 +11:00
mysql_test_data_timezone.sql
mysql_test_db.sql
mysqlaccess.conf
mysqlaccess.sh
mysqld_multi.sh
mysqld_safe.sh
mysqldumpslow.sh
mysqlhotcopy.sh
mytop.sh
wsrep_sst_backup.sh
wsrep_sst_common.sh MDEV-35749: Add support for --use-memory option for SST with mariabackup 2025-01-06 01:43:42 +01:00
wsrep_sst_mariabackup.sh MDEV-35749: Add support for --use-memory option for SST with mariabackup 2025-01-06 01:43:42 +01:00
wsrep_sst_mysqldump.sh
wsrep_sst_rsync.sh