From 1d06f34848c7f04ececebce22ca4ef73ffe88cf4 Mon Sep 17 00:00:00 2001 From: david hill Date: Mon, 21 Mar 2016 14:33:05 -0500 Subject: [PATCH] add some sleep around the create infinidb plugin code --- oam/install_scripts/post-mysql-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oam/install_scripts/post-mysql-install b/oam/install_scripts/post-mysql-install index 9e8bdee31..3ba3cf099 100755 --- a/oam/install_scripts/post-mysql-install +++ b/oam/install_scripts/post-mysql-install @@ -97,9 +97,10 @@ if [ -x $installdir/mysql/mysql-Calpont ]; then # Restart in the same way that mysqld will be started normally. $installdir/mysql/mysql-Calpont stop >/dev/null 2>&1 + sleep 2 $installdir/mysql/mysql-Calpont start - sleep 2 + sleep 5 # Install various Calpont stuff... $installdir/mysql/install_calpont_mysql.sh --password=$password --installdir=$installdir