diff --git a/Makefile.unittests b/Makefile.unittests index 73f7ab2f42..5375580eb1 100644 --- a/Makefile.unittests +++ b/Makefile.unittests @@ -59,7 +59,7 @@ start-server: @rm -f "$(PIDFILE)" @rm -rf "$(VOCDIR)" - @mkdir "$(VOCDIR)" + @mkdir -p "$(VOCDIR)" ($(VALGRIND) @builddir@/arangod "$(VOCDIR)" $(SERVER_OPT) --pid-file $(PIDFILE) --watch-process $(PID) --server.http-port $(VOCHOST):$(VOCPORT) && rm -rf "$(VOCDIR)") & diff --git a/VocBase/index.c b/VocBase/index.c index d77afab61e..194b91248d 100644 --- a/VocBase/index.c +++ b/VocBase/index.c @@ -1057,6 +1057,7 @@ TRI_index_t* TRI_CreateGeo1Index (struct TRI_doc_collection_s* collection, } ln = TRI_DuplicateString(locationName); + // TODO: ln might be NULL TRI_InitVectorString(&geo->base._fields, TRI_UNKNOWN_MEM_ZONE); diff --git a/html/admin/index.html b/html/admin/index.html index be838cd8cd..f972147627 100644 --- a/html/admin/index.html +++ b/html/admin/index.html @@ -391,15 +391,6 @@