From 2d6baf9def07714eb7b8ab689fbfdb02032359e7 Mon Sep 17 00:00:00 2001 From: Venkatesh Prasad Date: Mon, 3 Jun 2024 13:53:00 +0530 Subject: [PATCH] RM-1400: ProxySQL 2.6.3 Release https://perconadev.atlassian.net/browse/RM-1400 Bump the version to '2.6.3' --- proxysql-common | 2 +- tests/setup_workdir.sh | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/proxysql-common b/proxysql-common index a93b983..998e4ac 100755 --- a/proxysql-common +++ b/proxysql-common @@ -47,7 +47,7 @@ fi # # Script parameters/constants # -readonly PROXYSQL_ADMIN_VERSION="2.6.2" +readonly PROXYSQL_ADMIN_VERSION="2.6.3" # The minimum required openssl version readonly REQUIRED_OPENSSL_VERSION="1.1.1" diff --git a/tests/setup_workdir.sh b/tests/setup_workdir.sh index e9a601b..305ae88 100755 --- a/tests/setup_workdir.sh +++ b/tests/setup_workdir.sh @@ -10,12 +10,13 @@ help() { cat << EOF Usage: - ./setup_workdir.sh /path/where/the/workdir/should/be/created + ./setup_workdir.sh /path/where/the/workdir/should/be/created skip_download eg. - 1) ./setup_workdir.sh ~/workdir1 - 2) ./setup_workdir.sh /tmp/workdir2 + 1) ./setup_workdir.sh ~/workdir1 1 => skips the download of PXC + 2) ./setup_workdir.sh /tmp/workdir2 0 3) ./setup_workdir.sh workdir3 + Note: The script will exit if there exists a directory by the same name EOF }