From c80cecb5e3e509d37929b4f446edf9b6c636b98f Mon Sep 17 00:00:00 2001 From: Monty Date: Sun, 23 May 2021 19:53:38 +0300 Subject: Updated BUILD scripts to update modules wsrep-lib and columnstore Other things - Added lost option '--just-clean' --- BUILD/FINISH.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'BUILD/FINISH.sh') diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index ea5ca44d187..05b2a5fcd3b 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -44,7 +44,13 @@ cd ../storage/rocksdb/rocksdb git submodule update cd ../../maria/libmarias3 git submodule update -cd ../../.." +cd ../../.. +cd storage/columnstore/columnstore +git submodule update +cd ../../.. +cd wsrep-lib +git submodule update +cd .." fi commands="$commands path=`dirname $0` -- cgit v1.2.1