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
MCOL-4943 Moved SQL script call into columnstore-post-install
This commit is contained in:
@ -110,10 +110,7 @@ CREATE TABLE IF NOT EXISTS infinidb_querystats.priority
|
||||
insert ignore into infinidb_querystats.priority values ('High', 100),('Medium', 66), ('Low', 33);
|
||||
EOD
|
||||
|
||||
$MDB <@ENGINE_SUPPORTDIR@/syscatalog_mysql.sql 2>/dev/null
|
||||
$MDB <@ENGINE_SUPPORTDIR@/calsetuserpriority.sql 2>/dev/null
|
||||
$MDB <@ENGINE_SUPPORTDIR@/calremoveuserpriority.sql 2>/dev/null
|
||||
$MDB <@ENGINE_SUPPORTDIR@/calshowprocesslist.sql 2>/dev/null
|
||||
$MDB <@ENGINE_SUPPORTDIR@/columnstore_info.sql 2>/dev/null
|
||||
|
||||
|
||||
|
@ -275,6 +275,10 @@ Continue to install the engine though. \
|
||||
Please resolve the issues and run necessary scripts manually."
|
||||
fi
|
||||
|
||||
# Create syscat tables that uses COLUMNSTORE engine after MDB
|
||||
# loads the engine plugin .so up.
|
||||
$MDB <@ENGINE_SUPPORTDIR@/syscatalog_mysql.sql 2>/dev/null
|
||||
|
||||
if [ -z "$MCS_USE_S3_STORAGE" ]; then
|
||||
MCS_USE_S3_STORAGE="$(find_env_var "MCS_USE_S3_STORAGE")"
|
||||
MCS_S3_BUCKET="$(find_env_var "MCS_S3_BUCKET")"
|
||||
|
Reference in New Issue
Block a user