summaryrefslogtreecommitdiff
path: root/BUILD/FINISH.sh
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r--BUILD/FINISH.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh
index 87077676c31..9287dfb0350 100644
--- a/BUILD/FINISH.sh
+++ b/BUILD/FINISH.sh
@@ -42,7 +42,15 @@ cd ./libmariadb
git submodule update
cd ../storage/rocksdb/rocksdb
git submodule update
-cd ../../.."
+cd ../../maria/libmarias3
+git submodule update
+cd ../../..
+cd storage/columnstore/columnstore
+git submodule update
+cd ../../..
+cd wsrep-lib
+git submodule update
+cd .."
fi
commands="$commands
path=`dirname $0`