From 04f3cd92f965c74ae81733849bf98488b1585387 Mon Sep 17 00:00:00 2001 From: j38560 Date: Tue, 20 Dec 2016 08:26:35 +0000 Subject: [PATCH] Updated compare command. --- bin/diff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/diff.sh b/bin/diff.sh index 1b2a1e8..ef0543c 100644 --- a/bin/diff.sh +++ b/bin/diff.sh @@ -4,7 +4,7 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source $ROOT/set_env.sh source $ROOT/functions.sh -mysqldbcompare --skip-data-check --server1=deployment@$SOURCE_IP --server2=deployment@$TARGET_IP db1:db2 --changes-for=server2 -a --difftype=sql > $ROOT/../changes.sql +mysqldbcompare --skip-data-check --server1=deployment@$SOURCE_IP --server2=deployment@$TARGET_IP performance:performance --changes-for=server2 -a --difftype=sql > $ROOT/../changes.sql echo "Differences: echo "##########################" -- GitLab