Fix note to use MARIADB_VERSION instead of MYSQL_VERSION

This commit is contained in:
Joe Ferguson 2019-11-18 14:08:33 -08:00
parent 3b2e52a6a0
commit ad6b97a27e
5 changed files with 5 additions and 5 deletions

View File

@ -288,7 +288,7 @@ _main() {
# skip setup if they aren't running mysqld or want an option that stops mysqld # skip setup if they aren't running mysqld or want an option that stops mysqld
if [ "$1" = 'mysqld' ] && ! _mysql_want_help "$@"; then if [ "$1" = 'mysqld' ] && ! _mysql_want_help "$@"; then
mysql_note "Entrypoint script for MySQL Server ${MYSQL_VERSION} started." mysql_note "Entrypoint script for MySQL Server ${MARIADB_VERSION} started."
mysql_check_config "$@" mysql_check_config "$@"
# Load various environment variables # Load various environment variables

View File

@ -288,7 +288,7 @@ _main() {
# skip setup if they aren't running mysqld or want an option that stops mysqld # skip setup if they aren't running mysqld or want an option that stops mysqld
if [ "$1" = 'mysqld' ] && ! _mysql_want_help "$@"; then if [ "$1" = 'mysqld' ] && ! _mysql_want_help "$@"; then
mysql_note "Entrypoint script for MySQL Server ${MYSQL_VERSION} started." mysql_note "Entrypoint script for MySQL Server ${MARIADB_VERSION} started."
mysql_check_config "$@" mysql_check_config "$@"
# Load various environment variables # Load various environment variables

View File

@ -288,7 +288,7 @@ _main() {
# skip setup if they aren't running mysqld or want an option that stops mysqld # skip setup if they aren't running mysqld or want an option that stops mysqld
if [ "$1" = 'mysqld' ] && ! _mysql_want_help "$@"; then if [ "$1" = 'mysqld' ] && ! _mysql_want_help "$@"; then
mysql_note "Entrypoint script for MySQL Server ${MYSQL_VERSION} started." mysql_note "Entrypoint script for MySQL Server ${MARIADB_VERSION} started."
mysql_check_config "$@" mysql_check_config "$@"
# Load various environment variables # Load various environment variables

View File

@ -288,7 +288,7 @@ _main() {
# skip setup if they aren't running mysqld or want an option that stops mysqld # skip setup if they aren't running mysqld or want an option that stops mysqld
if [ "$1" = 'mysqld' ] && ! _mysql_want_help "$@"; then if [ "$1" = 'mysqld' ] && ! _mysql_want_help "$@"; then
mysql_note "Entrypoint script for MySQL Server ${MYSQL_VERSION} started." mysql_note "Entrypoint script for MySQL Server ${MARIADB_VERSION} started."
mysql_check_config "$@" mysql_check_config "$@"
# Load various environment variables # Load various environment variables

View File

@ -288,7 +288,7 @@ _main() {
# skip setup if they aren't running mysqld or want an option that stops mysqld # skip setup if they aren't running mysqld or want an option that stops mysqld
if [ "$1" = 'mysqld' ] && ! _mysql_want_help "$@"; then if [ "$1" = 'mysqld' ] && ! _mysql_want_help "$@"; then
mysql_note "Entrypoint script for MySQL Server ${MYSQL_VERSION} started." mysql_note "Entrypoint script for MySQL Server ${MARIADB_VERSION} started."
mysql_check_config "$@" mysql_check_config "$@"
# Load various environment variables # Load various environment variables