Remove blank lines around Schema section contents.

This commit is contained in:
Daniel Nichter
2013-12-11 20:49:19 -08:00
parent b7320fc9ee
commit 826685e636
2 changed files with 0 additions and 4 deletions

View File

@@ -575,7 +575,6 @@ format_overall_db_stats () {
[ -e "$file" ] || return
echo
# We keep counts of everything in an associative array keyed by db name, and
# what it is. The num_dbs counter is to ensure sort order is consistent when
# we run the awk commands following this one.
@@ -861,7 +860,6 @@ format_overall_db_stats () {
local hdr=$(grep -n Database "$tmpfile" | cut -d: -f1);
head -n${hdr} "$tmpfile"
tail -n +$((${hdr} + 1)) "$tmpfile" | sort
echo
}
section_percona_server_features () {