From a3e78d6b639f43af8a4a56bf0d1e1a3c89fe04f6 Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 6 Nov 2018 17:41:11 -0600 Subject: [PATCH] MCOL-520 - move mysql_upgrade --- oam/install_scripts/post-mysqld-install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/oam/install_scripts/post-mysqld-install b/oam/install_scripts/post-mysqld-install index 3976c5466..3d9ce2b72 100755 --- a/oam/install_scripts/post-mysqld-install +++ b/oam/install_scripts/post-mysqld-install @@ -105,6 +105,10 @@ if [ -x $installdir/mysql/mysql-Columnstore ]; then fi fi fi + + # stop + $installdir/mysql/mysql-Columnstore stop >/dev/null 2>&1 + sleep 2 fi ### Don't give the user the notes, we'll fix them ourselves...