You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
MCOL-1244 - default install to distributed
This commit is contained in:
@@ -468,7 +468,7 @@
|
||||
<CoreFileFlag>n</CoreFileFlag>
|
||||
<MySQLPort>3306</MySQLPort>
|
||||
<AmazonDeviceName>/dev/xvd</AmazonDeviceName>
|
||||
<DistributedInstall>y</DistributedInstall>
|
||||
<DistributedInstall>n</DistributedInstall>
|
||||
</Installation>
|
||||
<ExtentMap>
|
||||
<!--
|
||||
|
@@ -18,7 +18,7 @@ for arg in "$@"; do
|
||||
systemName="`echo $arg | awk -F= '{print $2}'`"
|
||||
systemName="-sn "$systemName
|
||||
elif [ `expr -- "$arg" : '--dist-install'` -eq 14 ]; then
|
||||
nonDistrubutedInstall=" "
|
||||
nonDistrubutedInstall="-d"
|
||||
elif [ `expr -- "$arg" : '--help'` -eq 6 ]; then
|
||||
echo "Usage ./quick_installer_multi_server.sh [OPTION]"
|
||||
echo ""
|
||||
|
Reference in New Issue
Block a user