Fixed the Smooth Flushing report on 5.1, which was broken by the previous commit, and made it work on 5.5

This commit is contained in:
Brian Fraser
2012-11-30 18:17:30 -03:00
parent ee41d4deb4
commit a3527f748c
5 changed files with 402 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
plan 34
plan 35
. "$LIB_DIR/alt_cmds.sh"
. "$LIB_DIR/log_warn_die.sh"
@@ -741,6 +741,12 @@ no_diff \
"$samples/expected_output_ps-features.txt" \
"Bug 1015590: pt-mysql-summary not Percona Server 5.5-ready"
section_percona_server_features "$samples/percona-server-5.1-variables" > "$PT_TMPDIR/got"
no_diff \
"$PT_TMPDIR/got" \
"$samples/expected_output_ps-5.1-features.txt" \
"Bug 1015590: section_percona_server_features works on 5.1 with innodb_adaptive_checkpoint=none"
# ###########################################################################
# Done
# ###########################################################################