1
0
Fork 0
arangodb/arangod/Indexes
Andrey Abramov 7541b4d5e6
Bug fix/internal issue #647 (#10292)
* extend replication tests

* ensure proper replication order

* fix tests

* address review comments

* address test failures

* extend dump tests

* fix analyzers tests

* more fixes

* extend tests

* enhance tests

* adjust tests

* use enum instead of flags (part 1)

* cleanup

* use enum instead of flags (part 2)

* get rid of flags for views

* get rid of flags for collections

* completely get rid of collection flags

* fix replication test

* refactor index flags

* fix tests and move AnalyzerPool out of class scope

* fix tests

* adjust log levels

* add tests

* remove debug logging

* remove noexcept from `equalAanalyzer`

* extend cluster tests

* fix cluster tests

* add tests for views and smart graphs

* address jslint errors
2019-10-29 12:09:04 +03:00
..
Index.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
Index.h Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IndexFactory.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
IndexFactory.h disable the creation of TTL indexes on sub-attributes (#9994) 2019-09-12 15:29:33 +02:00
IndexIterator.cpp refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
IndexIterator.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
SimpleAttributeEqualityMatcher.cpp make index selection more deterministic (#9735) 2019-08-20 14:45:13 +02:00
SimpleAttributeEqualityMatcher.h make index selection more deterministic (#9735) 2019-08-20 14:45:13 +02:00
SortedIndexAttributeMatcher.cpp Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
SortedIndexAttributeMatcher.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00