diff --git a/oam/install_scripts/post-mysql-install b/oam/install_scripts/post-mysql-install index 93b18fb1f..41ff939a2 100755 --- a/oam/install_scripts/post-mysql-install +++ b/oam/install_scripts/post-mysql-install @@ -25,7 +25,7 @@ checkForError() { mysql \ --user=root \ --execute='show engines;' \ - calpontsys | grep -i columnstore + | grep -i columnstore # # Add compressiontype column to SYSCOLUMN if applicable