1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Don't use calpontsys as default db before creation

We don't need to use calpontsys as the default DB for SHOW ENGINES, it
likely isn't created yet so don't do it.
This commit is contained in:
Andrew Hutchings
2019-11-05 14:03:43 +00:00
parent 3e7a964e2a
commit 85f25278a2

View File

@ -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