Skip to content

Commit

Permalink
Fixing the jemalloc report enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertoh98 committed Oct 8, 2024
1 parent e95f05b commit 5038253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bash/report_mysql_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ report_jemalloc_enabled() {
local variables_file="$2"
local GENERAL_JEMALLOC_STATUS=0

for pid in $(grep '/mysqld ' "$instances_file" | awk '{print $1;}'); do
for pid in $(grep '/mysqld' "$instances_file" | awk '{print $1;}'); do
local jemalloc_status="$(get_var "pt-summary-internal-jemalloc_enabled_for_pid_${pid}" "${variables_file}")"
if [ -z $jemalloc_status ]; then
continue
Expand Down

0 comments on commit 5038253

Please sign in to comment.