summaryrefslogtreecommitdiff
path: root/BUILD/FINISH.sh
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2021-05-23 19:53:38 +0300
committerMonty <monty@mariadb.org>2021-05-23 19:53:38 +0300
commitc80cecb5e3e509d37929b4f446edf9b6c636b98f (patch)
tree915b13d9f0e60bc7ee36a5e5f342ab0beadfff30 /BUILD/FINISH.sh
parent30c90890953154e4120fb0373391288ce76dc7a5 (diff)
downloadmariadb-git-c80cecb5e3e509d37929b4f446edf9b6c636b98f.tar.gz
Updated BUILD scripts to update modules wsrep-lib and columnstore
Other things - Added lost option '--just-clean'
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r--BUILD/FINISH.sh8
1 files changed, 7 insertions, 1 deletions
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`