mariadb/scripts
Marek Kulik bd3eb52851 MDEV-26474: Fix mysql_setpermission hostname logic
Changes:
- Don't include port in connection parameters with 'localhost' hostname

More info:

The hostname, if not specified or specified as '' or 'localhost', will default
to a MySQL server running on the local machine using the default for the UNIX socket.
To connect to a MySQL server on the local machine via TCP, you must specify the
loopback IP address (127.0.0.1) as the host.

To comply with what the perl module expects, we omit the port for a
host=localhost connection.

Reported issue: https://bugzilla.redhat.com/show_bug.cgi?id=1976224
2021-08-25 19:42:52 +10:00
..
CMakeLists.txt Fix cross-compile to consider CMAKE_CROSSCOMPILING_EMULATOR 2021-04-15 10:07:50 +10:00
comp_sql.c
convert-debug-for-diff.sh MDEV-23697: bin/env perl -i -> bin/perl -i 2020-10-02 05:28:58 +02:00
dheadgen.pl
fill_help_tables.sql MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
galera_new_cluster.sh
galera_recovery.sh MDEV-21140 Make galera_recovery.sh work with fs.protected_regular = 1 (#1417) 2020-04-05 18:40:27 +03:00
maria_add_gis_sp.sql.in MDEV-19650: Privilege bug on MariaDB 10.4 2020-05-07 10:54:56 +02:00
mariadb-service-convert
msql2mysql.sh
mysql_config.pl.in Merge 10.3 into 10.4 2020-10-29 13:38:38 +02:00
mysql_config.sh
mysql_convert_table_format.sh
mysql_find_rows.sh
mysql_fix_extensions.sh
mysql_install_db.sh Merge branch '10.4' into 10.5 2021-07-31 23:19:51 +02:00
mysql_performance_tables.sql
mysql_secure_installation.sh
mysql_setpermission.sh MDEV-26474: Fix mysql_setpermission hostname logic 2021-08-25 19:42:52 +10:00
mysql_system_tables.sql Merge 10.4 into 10.5 2021-03-11 20:09:34 +02:00
mysql_system_tables_data.sql
mysql_system_tables_fix.sql Merge 10.4 into 10.5 2021-03-11 20:09:34 +02:00
mysql_test_data_timezone.sql
mysql_test_db.sql
mysqlaccess.conf
mysqlaccess.sh
mysqld_multi.sh MDEV-21039: Server fails to start with unknown mysqld_safe options 2021-03-16 11:30:36 +01:00
mysqld_safe.sh Merge branch '10.4' into 10.5 2021-07-31 23:19:51 +02:00
mysqldumpslow.sh
mysqlhotcopy.sh
mytop.sh MDEV-25878: mytop bugs: check for mysql driver and sockets 2021-06-21 11:55:16 +02:00
wsrep_sst_common.sh MDEV-26101: Galera WSREP SST broken on 10.6 under FreeBSD 2021-08-16 02:00:10 +02:00
wsrep_sst_mariabackup.sh MDEV-26211: Cluster joiner node is failed to start when using TLS 2021-08-15 21:03:07 +02:00
wsrep_sst_mysqldump.sh MDEV-25818: RSYNC SST failed due to busy port 2021-05-31 14:56:35 +02:00
wsrep_sst_rsync.sh MDEV-26101: Galera WSREP SST broken on 10.6 under FreeBSD 2021-08-16 02:00:10 +02:00