mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 22:19:44 +00:00
printing the ndb section
This commit is contained in:
@@ -2362,6 +2362,11 @@ report_mysql_summary () {
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -s "$dir/ndb-status" ]; then
|
||||
section "NDB"
|
||||
format_ndb_status "$dir/ndb-status"
|
||||
fi
|
||||
|
||||
section "MyISAM"
|
||||
section_myisam "$dir/mysql-variables" "$dir/mysql-status"
|
||||
|
||||
|
@@ -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