You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
|
Reference in New Issue
Block a user