File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ EOSQL
618618 mysql_note " Temporary server stopped"
619619
620620 if _check_if_upgrade_is_needed; then
621- # need a restart as FLUSH PRIVILEGES isn't reversable
621+ # need a restart as FLUSH PRIVILEGES isn't reversible
622622 mysql_note " Restarting temporary server for upgrade"
623623 docker_temp_server_start " $@ " --skip-grant-tables \
624624 --loose-innodb_buffer_pool_dump_at_shutdown=0
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ while [ $# -gt 0 ]; do
363363 ;;
364364 --no-connect)
365365 # used for /docker-entrypoint-initdb.d scripts
366- # where you definately don't want a connection test
366+ # where you definitely don't want a connection test
367367 connect_s=0
368368 ;;
369369 --* )
@@ -386,7 +386,7 @@ while [ $# -gt 0 ]; do
386386 shift
387387done
388388if [ " $connect_s " != " 0" ]; then
389- # we didn't pass a connnect test, so the current success status is suspicious
389+ # we didn't pass a connect test, so the current success status is suspicious
390390 # return what connect thinks.
391391 connect
392392 exit $?
Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ EOSQL
620620 mysql_note " Temporary server stopped"
621621
622622 if _check_if_upgrade_is_needed; then
623- # need a restart as FLUSH PRIVILEGES isn't reversable
623+ # need a restart as FLUSH PRIVILEGES isn't reversible
624624 mysql_note " Restarting temporary server for upgrade"
625625 docker_temp_server_start " $@ " --skip-grant-tables \
626626 --loose-innodb_buffer_pool_dump_at_shutdown=0
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ while [ $# -gt 0 ]; do
365365 ;;
366366 --no-connect)
367367 # used for /docker-entrypoint-initdb.d scripts
368- # where you definately don't want a connection test
368+ # where you definitely don't want a connection test
369369 connect_s=0
370370 ;;
371371 --* )
@@ -388,7 +388,7 @@ while [ $# -gt 0 ]; do
388388 shift
389389done
390390if [ " $connect_s " != " 0" ]; then
391- # we didn't pass a connnect test, so the current success status is suspicious
391+ # we didn't pass a connect test, so the current success status is suspicious
392392 # return what connect thinks.
393393 connect
394394 exit $?
Original file line number Diff line number Diff line change 1616 "16.1" : " 2.5" ,
1717 "6" : " 2.5" ,
1818 "7" : " 2.5" ,
19- "Tumbleweed" : " 2.6 " ,
19+ "Tumbleweed" : " 3.0 " ,
2020 "version_format" : " minor"
2121 },
2222 "distribution" : {
You can’t perform that action at this time.
0 commit comments