mariadb/scripts
Vladislav Vaintroub 26192a4665 MDEV-33265 mariadb-secure-installation fails with --defaults-group-suffix
Reason for the error is that --defaults-group-suffix is passed twice
to the command line client, and option parser is not prepared for this.

Double occurence of comes from 2 invocations of parse_arguments(), which
appends unparsed arguments each time it is called.

Fixed by treating --defaults-group-suffix like other "--defaults-"
(--defaults-file/--defaults-extra-file). it will be parsed, and thus
passed only once to the command line client.
2024-07-16 09:36:24 +02:00
..
CMakeLists.txt MDEV-20053: set @sbindir@ for scripts 2024-06-22 17:19:49 +10:00
comp_sql.c
convert-debug-for-diff.sh
dheadgen.pl
fill_help_tables.sql Update 10.5 HELP tables 2023-01-24 11:28:37 +11:00
galera_new_cluster.sh Revert "update galera_new_cluster to use environment file" 2023-08-08 15:46:39 +01:00
galera_recovery.sh
maria_add_gis_sp.sql.in
mariadb-service-convert Merge 10.4 into 10.5 2023-01-13 10:18:30 +02:00
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 Disable error messages in mysql-install-db for not writable log directory 2024-02-20 13:48:20 +02:00
mysql_performance_tables.sql
mysql_secure_installation.sh MDEV-33265 mariadb-secure-installation fails with --defaults-group-suffix 2024-07-16 09:36:24 +02:00
mysql_setpermission.sh MDEV-31611: mariadb-setpermission - Can't use string as an ARRAY ref while strict refs in use 2023-11-23 08:50:57 +11:00
mysql_system_tables.sql Merge branch '10.4' into 10.5 2023-09-25 13:06:57 +10:00
mysql_system_tables_data.sql MDEV-21194: mariadb-install-db doesn't properly grant proxy privileges to all created user accounts 2023-09-19 08:07:07 +10:00
mysql_system_tables_fix.sql Merge 10.4 into 10.5 2023-12-18 08:59:07 +02: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 galera: syncing SST scripts code with the following versions 2024-06-19 14:07:34 +02:00
wsrep_sst_mariabackup.sh galera: syncing SST scripts code with the following versions 2024-06-19 14:07:34 +02:00
wsrep_sst_mysqldump.sh galera: syncing SST scripts code with the following versions 2024-06-19 14:07:34 +02:00
wsrep_sst_rsync.sh galera SST scripts: parsing CN in certificates 2024-04-26 20:21:44 +02:00