Merge pull request #273 from percona/PT-211

PT-211 Fixed pt-mext Rsa_public_key line issue
This commit is contained in:
Carlos Salguero
2017-10-25 12:07:54 -03:00
committed by GitHub

View File

@@ -574,7 +574,7 @@ NUM=1;
# Split the output on empty lines and put each into a different file; eliminate
# lines that don't have "real" content.
$EXT_ARGV | sed '/| Rsa/, /END PUBLIC KEY-----/d' | grep -v '^ |' | grep -v '+' | grep -v Variable_name | sed 's/|//g' \
$EXT_ARGV | grep -v "| Rsa_public_key *|.*|$" | sed '/| Rsa/, /END PUBLIC KEY-----/d' | grep -v '^ |' | grep -v '+' | grep -v Variable_name | sed 's/|//g' \
| while read line; do
if [ "$line" = "" ]; then
NUM=$(($NUM + 1))
@@ -804,7 +804,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mext 3.0.4
pt-mext 3.0.5
=cut