You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-01 01:22:04 +03:00
MCOL-520
This commit is contained in:
@@ -133,7 +133,7 @@ send_user "\n"
|
|||||||
#
|
#
|
||||||
send_user "Install MariaDB Columnstore Package on Module "
|
send_user "Install MariaDB Columnstore Package on Module "
|
||||||
send_user " \n"
|
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
|
set timeout 360
|
||||||
expect {
|
expect {
|
||||||
"word: " { send "$PASSWORD\n"
|
"word: " { send "$PASSWORD\n"
|
||||||
|
@@ -50,7 +50,7 @@ password="Calpont1"
|
|||||||
#
|
#
|
||||||
# Run stop slave command
|
# 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
|
cat >${tmpdir}/idb_slave-rep.sql <<EOD
|
||||||
stop slave;
|
stop slave;
|
||||||
EOD
|
EOD
|
||||||
|
@@ -5203,7 +5203,7 @@ int ProcessMonitor::runMariaDBCommandLine(std::string command)
|
|||||||
if ( MySQLPort.empty() )
|
if ( MySQLPort.empty() )
|
||||||
MySQLPort = "3306";
|
MySQLPort = "3306";
|
||||||
|
|
||||||
string cmd = startup::StartUp::installDir() + "/bin/mariadb-command-line.sh --installdir=" + startup::StartUp::installDir() + " --command='" + command + "' --port=" + MySQLPort + "--tmpdir=" + tmpLogDir + " > " + tmpLogDir + "/mariadb-command-line.sh.log 2>&1";
|
string cmd = startup::StartUp::installDir() + "/bin/mariadb-command-line.sh --installdir=" + startup::StartUp::installDir() + " --command='" + command + "' --port=" + MySQLPort + " --tmpdir=" + tmpLogDir + " > " + tmpLogDir + "/mariadb-command-line.sh.log 2>&1";
|
||||||
|
|
||||||
log.writeLog(__LINE__, "cmd = " + cmd, LOG_TYPE_DEBUG);
|
log.writeLog(__LINE__, "cmd = " + cmd, LOG_TYPE_DEBUG);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user