Skip to content

Commit

Permalink
Merge pull request #266 from venkatesh-prasad-v/v2.6.3-dev
Browse files Browse the repository at this point in the history
RM-1400: ProxySQL 2.6.3 Release
  • Loading branch information
venkatesh-prasad-v committed Jun 3, 2024
2 parents bbffc75 + 2d6baf9 commit 5c362de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion proxysql-common
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 4 additions & 3 deletions tests/setup_workdir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 5c362de

Please sign in to comment.