Tobias Gödderz
7a57a72620
Feature/aql subquery splicing with gather ( #10341 )
...
Allow Splicing with GATHER nodes
2019-11-18 19:05:44 +01:00
Andrey Abramov
ff93f45892
Bug fix/internal issue #651 ( #10415 )
...
* Bug fix 3.5/internal issue #651 (#10388 )
* extract recursive part of IResearchLinkMeta
* avoid saving analyzer definition during link meta initialization
* add tests to check cluster deadlock
* cleanup
* code cleanup
* add moar tests
* mooooaaar checks
* make jslint happy
* backport fix for cluster startup from 3.5.2 branch
* backport changes from 3.5.2
* fix tests
* fix tests
* moar fixes
* refactor analyzer definitions tracking
* add some tests
* extend dump tests
* add tests for replication
* fix tests
* more fixes
* address jslint errors
* address review comments
* address test failures
* reflect changes in changelog
# Conflicts:
# arangod/IResearch/IResearchAnalyzerFeature.cpp
# arangod/IResearch/IResearchFilterFactory.cpp
# arangod/IResearch/IResearchLink.cpp
# arangod/IResearch/IResearchLinkMeta.cpp
# tests/IResearch/IResearchAnalyzerFeature-test.cpp
# tests/IResearch/IResearchDocument-test.cpp
# tests/IResearch/IResearchFilterBoolean-test.cpp
# tests/IResearch/IResearchFilterCompare-test.cpp
# tests/IResearch/IResearchFilterFunction-test.cpp
# tests/IResearch/IResearchFilterIn-test.cpp
# tests/IResearch/IResearchLinkHelper-test.cpp
# tests/IResearch/IResearchLinkMeta-test.cpp
# tests/IResearch/IResearchView-test.cpp
# tests/V8Server/v8-analyzers-test.cpp
* fix tests
* fix tests
* Fix tests
* fix replication tests
2019-11-13 19:50:17 +03:00
Jan Christoph Uhde
484e2971d6
C++17 clean up ( #10287 )
2019-11-11 08:49:54 +01:00
Jan
0e97f322e5
activate early pruning ( #10308 )
2019-10-28 14:22:33 +01:00
Simon
d526805e81
Bug fix/fix suspicous stuff ( #10273 )
2019-10-17 15:34:22 +02:00
Jan Christoph Uhde
8f4475524b
escape internal REs ( #8857 )
2019-04-26 15:15:53 +02:00
Frank Celler
ac9f375fb5
big reformat
2018-12-26 00:54:03 +01:00
Jan
ac0a49fe64
fix leak in regex cache ( #6480 )
2018-09-12 23:26:42 +02:00
Jan
601e2ccbc6
Feature/aql 1808 ( #6191 )
2018-08-27 14:56:57 +02:00
Jan Christoph Uhde
1c88902962
Fix AQL LIKE function - escapes * when building pattern. ( #5239 )
2018-05-03 13:14:58 +02:00
Wilfried Goesgens
730820d7fb
Bug fix/fix mac wincompile ( #4798 )
2018-03-09 15:08:28 +01:00
Wilfried Goesgens
c56d5e569a
Bug fix/fix mac wincompile ( #4796 )
...
* Use std::this_thread::sleep_for to fix windows compile, mac compile
* one more place to swap the type
* fix type forward declaration
* fix windows warnings
* fix windows warnings
2018-03-09 13:34:17 +01:00
Wilfried Goesgens
ef6ccafec4
Use std::this_thread::sleep_for to fix windows compile, mac compile ( #4794 )
2018-03-09 12:45:26 +01:00
Wilfried Goesgens
87edf275e3
implement SPLIT Aql-Function in C++ ( #4786 )
2018-03-09 09:12:30 +01:00
Frank Celler
6d08d4f4aa
Bug fix/scheduler delete ( #3077 )
...
* removed delete call
* cleanup
* lower cpu activity of log thread too
* fix log messages
* do not enter threads into unordered_set, as it is unneeded
* do not compile in calls to disabled plan cache
* moved AQL regex cache from thread local variables to a class of its own
* more sensible thread creation and destruction
2017-08-25 12:00:17 +02:00