1
0
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:
David Hill
2018-10-11 16:54:48 -05:00
parent 39c283281a
commit 8cb45b5893
2 changed files with 2 additions and 2 deletions

View File

@@ -468,7 +468,7 @@
<CoreFileFlag>n</CoreFileFlag> <CoreFileFlag>n</CoreFileFlag>
<MySQLPort>3306</MySQLPort> <MySQLPort>3306</MySQLPort>
<AmazonDeviceName>/dev/xvd</AmazonDeviceName> <AmazonDeviceName>/dev/xvd</AmazonDeviceName>
<DistributedInstall>y</DistributedInstall> <DistributedInstall>n</DistributedInstall>
</Installation> </Installation>
<ExtentMap> <ExtentMap>
<!-- <!--

View File

@@ -18,7 +18,7 @@ for arg in "$@"; do
systemName="`echo $arg | awk -F= '{print $2}'`" systemName="`echo $arg | awk -F= '{print $2}'`"
systemName="-sn "$systemName systemName="-sn "$systemName
elif [ `expr -- "$arg" : '--dist-install'` -eq 14 ]; then elif [ `expr -- "$arg" : '--dist-install'` -eq 14 ]; then
nonDistrubutedInstall=" " nonDistrubutedInstall="-d"
elif [ `expr -- "$arg" : '--help'` -eq 6 ]; then elif [ `expr -- "$arg" : '--help'` -eq 6 ]; then
echo "Usage ./quick_installer_multi_server.sh [OPTION]" echo "Usage ./quick_installer_multi_server.sh [OPTION]"
echo "" echo ""