1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-10 01:22:48 +03:00

add some sleep around the create infinidb plugin code

This commit is contained in:
david hill
2016-03-21 14:33:05 -05:00
parent 610eb14600
commit 1d06f34848

View File

@@ -97,9 +97,10 @@ if [ -x $installdir/mysql/mysql-Calpont ]; then
# Restart in the same way that mysqld will be started normally. # Restart in the same way that mysqld will be started normally.
$installdir/mysql/mysql-Calpont stop >/dev/null 2>&1 $installdir/mysql/mysql-Calpont stop >/dev/null 2>&1
sleep 2
$installdir/mysql/mysql-Calpont start $installdir/mysql/mysql-Calpont start
sleep 2 sleep 5
# Install various Calpont stuff... # Install various Calpont stuff...
$installdir/mysql/install_calpont_mysql.sh --password=$password --installdir=$installdir $installdir/mysql/install_calpont_mysql.sh --password=$password --installdir=$installdir