printing the ndb section

This commit is contained in:
Fernando Ipar
2017-10-10 10:50:26 -03:00
parent a77b68ed73
commit 5b9ecef04c
2 changed files with 13 additions and 0 deletions

View File

@@ -1418,6 +1418,14 @@ report_mysql_summary () {
fi
fi
# ########################################################################
# NDB
# ########################################################################
if [ -s "$dir/ndb-status" ]; then
section "NDB"
format_ndb_status "$dir/ndb-status"
fi
# ########################################################################
# MyISAM
# ########################################################################