You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
add delay between the mysql scripts
This commit is contained in:
@@ -297,13 +297,13 @@ if { $INSTALLTYPE == "initial"} {
|
||||
send_user "Run MySQL Setup Scripts on Module "
|
||||
send "ssh $USERNAME@$SERVER '$BASH $INSTALLDIR/bin/post-mysqld-install'\n"
|
||||
if { $PASSWORD != "ssh" } {
|
||||
set timeout 30
|
||||
set timeout 60
|
||||
expect {
|
||||
"word: " { send "$PASSWORD\n" }
|
||||
"passphrase" { send "$PASSWORD\n" }
|
||||
}
|
||||
}
|
||||
set timeout 20
|
||||
set timeout 60
|
||||
expect {
|
||||
"Connection closed" { send_user "ERROR: Connection closed\n" ; exit 1 }
|
||||
}
|
||||
|
Reference in New Issue
Block a user