File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010# * MYSQL_VERSION
1111# * MYSQL_PORT
1212#
13- MYSQL_VERSION=${MYSQL_VERSION:= " 5.7.17 " }
13+ MYSQL_VERSION=${MYSQL_VERSION:= " 5.7.41 " }
1414MYSQL_PORT=${MYSQL_PORT:= " 3307" }
1515
1616# If the MySQL version is 5.7.18 or less
Original file line number Diff line number Diff line change 1010# * MYSQL_VERSION
1111# * MYSQL_PORT
1212#
13- MYSQL_VERSION=${MYSQL_VERSION:= " 8.0.17 " }
13+ MYSQL_VERSION=${MYSQL_VERSION:= " 8.0.32 " }
1414MYSQL_PORT=${MYSQL_PORT:= " 3308" }
1515
1616set -e
Original file line number Diff line number Diff line change 126126# MySQL 5.7
127127if [ ${PIPELINE_ID} -eq " 1" ]; then
128128test_header " MySQL 5.7"
129- export MYSQL_VERSION=" 5.7.22 "
129+ export MYSQL_VERSION=" 5.7.41 "
130130bash packages/mysql-5.7.sh
131131" $HOME /mysql-$MYSQL_VERSION /bin/mysql" --defaults-file=" $HOME /mysql-$MYSQL_VERSION /my.cnf" --version | grep " ${MYSQL_VERSION} "
132132netstat -lnp | grep " 3307"
135135# MySQL 8.0
136136if [ ${PIPELINE_ID} -eq " 1" ]; then
137137 test_header " MySQL 8.0"
138- export MYSQL_VERSION=" 8.0.17 "
138+ export MYSQL_VERSION=" 8.0.32 "
139139 bash packages/mysql-8.0.sh
140140 " $HOME /mysql-$MYSQL_VERSION /bin/mysql" --defaults-file=" $HOME /mysql-$MYSQL_VERSION /my.cnf" --version | grep " ${MYSQL_VERSION} "
141141 netstat -lnp | grep " 3308"
You can’t perform that action at this time.
0 commit comments