clean up healthcheck.sh script

This commit is contained in:
Daniel Black 2023-02-25 09:47:39 +11:00
parent 7f4f8c5bfe
commit 29e2cbb9b2
11 changed files with 22 additions and 22 deletions

View File

@ -183,7 +183,7 @@ replication()
# mariadbupgrade
#
# Test the lock on the file /var/lib/mariadb/mysql_upgrade_info
# Test the lock on the file $datadir/mysql_upgrade_info
# https://jira.mariadb.org/browse/MDEV-27068
mariadbupgrade()
{
@ -203,8 +203,8 @@ if [ $# -eq 0 ]; then
exit 1
fi
# Marks the end of mariadb -> mariadb name changes in 10.6+
#ENDOFSUBSTITUTIONS
# Marks the end of mysql -> mariadb name changes in 10.6+
# Global variables used by tests
declare -A repl
declare -A def

View File

@ -183,7 +183,7 @@ replication()
# mariadbupgrade
#
# Test the lock on the file /var/lib/mariadb/mysql_upgrade_info
# Test the lock on the file $datadir/mysql_upgrade_info
# https://jira.mariadb.org/browse/MDEV-27068
mariadbupgrade()
{
@ -203,8 +203,8 @@ if [ $# -eq 0 ]; then
exit 1
fi
# Marks the end of mariadb -> mariadb name changes in 10.6+
#ENDOFSUBSTITUTIONS
# Marks the end of mysql -> mariadb name changes in 10.6+
# Global variables used by tests
declare -A repl
declare -A def

View File

@ -183,7 +183,7 @@ replication()
# mariadbupgrade
#
# Test the lock on the file /var/lib/mysql/mysql_upgrade_info
# Test the lock on the file $datadir/mysql_upgrade_info
# https://jira.mariadb.org/browse/MDEV-27068
mariadbupgrade()
{
@ -203,8 +203,8 @@ if [ $# -eq 0 ]; then
exit 1
fi
# Marks the end of mysql -> mariadb name changes in 10.6+
#ENDOFSUBSTITUTIONS
# Marks the end of mysql -> mariadb name changes in 10.6+
# Global variables used by tests
declare -A repl
declare -A def

View File

@ -183,7 +183,7 @@ replication()
# mariadbupgrade
#
# Test the lock on the file /var/lib/mysql/mysql_upgrade_info
# Test the lock on the file $datadir/mysql_upgrade_info
# https://jira.mariadb.org/browse/MDEV-27068
mariadbupgrade()
{
@ -203,8 +203,8 @@ if [ $# -eq 0 ]; then
exit 1
fi
# Marks the end of mysql -> mariadb name changes in 10.6+
#ENDOFSUBSTITUTIONS
# Marks the end of mysql -> mariadb name changes in 10.6+
# Global variables used by tests
declare -A repl
declare -A def

View File

@ -183,7 +183,7 @@ replication()
# mariadbupgrade
#
# Test the lock on the file /var/lib/mysql/mysql_upgrade_info
# Test the lock on the file $datadir/mysql_upgrade_info
# https://jira.mariadb.org/browse/MDEV-27068
mariadbupgrade()
{
@ -203,8 +203,8 @@ if [ $# -eq 0 ]; then
exit 1
fi
# Marks the end of mysql -> mariadb name changes in 10.6+
#ENDOFSUBSTITUTIONS
# Marks the end of mysql -> mariadb name changes in 10.6+
# Global variables used by tests
declare -A repl
declare -A def

View File

@ -183,7 +183,7 @@ replication()
# mariadbupgrade
#
# Test the lock on the file /var/lib/mariadb/mysql_upgrade_info
# Test the lock on the file $datadir/mysql_upgrade_info
# https://jira.mariadb.org/browse/MDEV-27068
mariadbupgrade()
{
@ -203,8 +203,8 @@ if [ $# -eq 0 ]; then
exit 1
fi
# Marks the end of mariadb -> mariadb name changes in 10.6+
#ENDOFSUBSTITUTIONS
# Marks the end of mysql -> mariadb name changes in 10.6+
# Global variables used by tests
declare -A repl
declare -A def

View File

@ -183,7 +183,7 @@ replication()
# mariadbupgrade
#
# Test the lock on the file /var/lib/mariadb/mysql_upgrade_info
# Test the lock on the file $datadir/mysql_upgrade_info
# https://jira.mariadb.org/browse/MDEV-27068
mariadbupgrade()
{
@ -203,8 +203,8 @@ if [ $# -eq 0 ]; then
exit 1
fi
# Marks the end of mariadb -> mariadb name changes in 10.6+
#ENDOFSUBSTITUTIONS
# Marks the end of mysql -> mariadb name changes in 10.6+
# Global variables used by tests
declare -A repl
declare -A def

View File

@ -183,7 +183,7 @@ replication()
# mariadbupgrade
#
# Test the lock on the file /var/lib/mariadb/mysql_upgrade_info
# Test the lock on the file $datadir/mysql_upgrade_info
# https://jira.mariadb.org/browse/MDEV-27068
mariadbupgrade()
{
@ -203,8 +203,8 @@ if [ $# -eq 0 ]; then
exit 1
fi
# Marks the end of mariadb -> mariadb name changes in 10.6+
#ENDOFSUBSTITUTIONS
# Marks the end of mysql -> mariadb name changes in 10.6+
# Global variables used by tests
declare -A repl
declare -A def

View File

@ -183,7 +183,7 @@ replication()
# mariadbupgrade
#
# Test the lock on the file /var/lib/mariadb/mysql_upgrade_info
# Test the lock on the file $datadir/mysql_upgrade_info
# https://jira.mariadb.org/browse/MDEV-27068
mariadbupgrade()
{
@ -203,8 +203,8 @@ if [ $# -eq 0 ]; then
exit 1
fi
# Marks the end of mariadb -> mariadb name changes in 10.6+
#ENDOFSUBSTITUTIONS
# Marks the end of mysql -> mariadb name changes in 10.6+
# Global variables used by tests
declare -A repl
declare -A def

View File

@ -183,7 +183,7 @@ replication()
# mariadbupgrade
#
# Test the lock on the file /var/lib/mariadb/mariadb_upgrade_info
# Test the lock on the file $datadir/mariadb_upgrade_info
# https://jira.mariadb.org/browse/MDEV-27068
mariadbupgrade()
{
@ -203,8 +203,8 @@ if [ $# -eq 0 ]; then
exit 1
fi
# Marks the end of mariadb -> mariadb name changes in 10.6+
#ENDOFSUBSTITUTIONS
# Marks the end of mysql -> mariadb name changes in 10.6+
# Global variables used by tests
declare -A repl
declare -A def

View File

@ -183,7 +183,7 @@ replication()
# mariadbupgrade
#
# Test the lock on the file /var/lib/mysql/mysql_upgrade_info
# Test the lock on the file $datadir/mysql_upgrade_info
# https://jira.mariadb.org/browse/MDEV-27068
mariadbupgrade()
{
@ -203,8 +203,8 @@ if [ $# -eq 0 ]; then
exit 1
fi
# Marks the end of mysql -> mariadb name changes in 10.6+
#ENDOFSUBSTITUTIONS
# Marks the end of mysql -> mariadb name changes in 10.6+
# Global variables used by tests
declare -A repl
declare -A def