mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
printing the ndb section
This commit is contained in:
@@ -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
|
||||
# ########################################################################
|
||||
|
Reference in New Issue
Block a user