10.8.0-debian-10-r20 release

This commit is contained in:
Bitnami Bot
2021-08-25 01:59:32 +00:00
parent a7d25b2ccd
commit 20a8316f07
3 changed files with 4 additions and 4 deletions

View File

@@ -407,7 +407,7 @@ mysql_stop() {
local return_value=0
read -r -a db_files <<< "$(find "$DB_DATA_DIR" -regex "^.*ibdata[0-9]+" -print0 -o -regex "^.*ib_logfile[0-9]+" -print0 | xargs -0)"
for f in "${db_files[@]}"; do
debug_execute lsof -w "$f" && return_value=1
debug_execute fuser "$f" && return_value=1
done
return $return_value
}