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 some sleep around the create infinidb plugin code
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user