1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-01 01:22:04 +03:00
This commit is contained in:
David Hill
2018-10-01 12:51:38 -05:00
parent d435335cdc
commit 05bcd58e76
3 changed files with 3 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ send_user "\n"
#
send_user "Install MariaDB Columnstore Package on Module "
send_user " \n"
send "ssh -v $USERNAME@$SERVER 'tar -C $PREFIX --exclude db -zxvf $CALPONTPKG'\n"
send "ssh -v $USERNAME@$SERVER 'tar -C $PREFIX --exclude db -zxf $CALPONTPKG'\n"
set timeout 360
expect {
"word: " { send "$PASSWORD\n"

View File

@@ -50,7 +50,7 @@ password="Calpont1"
#
# Run stop slave command
#
echo "Run stop slave command" >>${tmpdir}slave-rep-status.log
echo "Run stop slave command" >>${tmpdir}/slave-rep-status.log
cat >${tmpdir}/idb_slave-rep.sql <<EOD
stop slave;
EOD