mirror of
https://github.com/MariaDB/server.git
synced 2025-12-28 08:10:14 +00:00
galera_new_cluster is a script intended solely for use with galera and shouldn't be installed unless WITH_WSREP=ON. In 11.6 the installation became part of scripts/CMakeList.txt and no-longer had a WITH_WSREP=ON condition around installing this file. The galera_new_cluster in systemd.cmake had no effect as the script is a generated file and not in the source directory. Changes: The scripts/CMakeList.txt has a condition WITH_WSREP=ON for installing the galera_new_cluster script. The legacy reference in cmake/systemd.cmake is removed. Thanks Michal Schorm for the bug report. |
||
|---|---|---|
| .. | ||
| sys_schema | ||
| 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_performance_tables.sql | ||
| mariadb_system_tables_data.sql | ||
| mariadb_system_tables_fix.sql | ||
| mariadb_system_tables.sql | ||
| mariadb_test_data_timezone.sql | ||
| mariadb_test_db.sql | ||
| 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_secure_installation.sh | ||
| mysql_setpermission.sh | ||
| mysqlaccess.conf | ||
| mysqlaccess.sh | ||
| mysqld_multi.sh | ||
| mysqld_safe.sh | ||
| mysqldumpslow.sh | ||
| mysqlhotcopy.sh | ||
| mytop.sh | ||
| print_ddl_recovery_log.pl.in | ||
| wsrep_sst_backup.sh | ||
| wsrep_sst_common.sh | ||
| wsrep_sst_mariabackup.sh | ||
| wsrep_sst_mysqldump.sh | ||
| wsrep_sst_rsync.sh | ||