Michael Hackstein
|
e867181a72
|
Merge remote-tracking branch 'origin/eimerung_hashindex' into array_indexing
|
2015-08-17 15:58:53 +02:00 |
Willi Goesgens
|
715ebfed4a
|
Work around inferiour windows filesystem support by adding the md5 sum of the base-filename to the filename.
|
2015-08-17 15:36:49 +02:00 |
Jan Steemann
|
22cff81a5c
|
added status methods for logfiles
|
2015-08-17 15:04:26 +02:00 |
Jan Steemann
|
d66a422d6c
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-08-17 14:59:15 +02:00 |
Jan Steemann
|
b318d2939e
|
save master's last log tick in dump file
|
2015-08-17 14:58:48 +02:00 |
Max Neunhoeffer
|
6ac0913dbe
|
Adapt to changed VocShaper.
|
2015-08-17 12:57:52 +02:00 |
Max Neunhoeffer
|
f279bf5778
|
Fix unit tests with latest hash index changes.
|
2015-08-17 12:57:52 +02:00 |
Max Neunhoeffer
|
dac7fb06e0
|
Finish change to hash index. Compiles, unit-tests still broken in one place.
|
2015-08-17 12:57:52 +02:00 |
Max Neunhoeffer
|
5fe46dbcb9
|
Some more changes. Not yet through.
|
2015-08-17 12:57:52 +02:00 |
Max Neunhoeffer
|
7217111192
|
First step for hashindex, this revision is broken.
Changes are only done half-way.
|
2015-08-17 12:57:52 +02:00 |
Michael Hackstein
|
35d5589bf8
|
Merge branch 'array_indexing' of github.com:arangodb/arangodb into array_indexing
|
2015-08-17 12:44:07 +02:00 |
Michael Hackstein
|
0baf8143d9
|
Fixed a bug in the usage of HashIndex tables, with the new index element.
|
2015-08-17 12:43:14 +02:00 |
Michael Hackstein
|
33935db4b6
|
Attribtue missing will not be returned when inserting elements into the index any more.
|
2015-08-17 12:43:14 +02:00 |
Michael Hackstein
|
ae989cf2ca
|
Skiplist index now uses the unified index_element.
|
2015-08-17 12:43:14 +02:00 |
Michael Hackstein
|
1d774ade12
|
Removed hash_index_element and used the unified index_element instead. Also moved allocation of a new index entry closer to the spot where it is actually filled. This allows for lazy allocation.
|
2015-08-17 12:43:14 +02:00 |
Michael Hackstein
|
8a4ce5bb8b
|
Added a new general purpose index_element
|
2015-08-17 12:43:13 +02:00 |
Michael Hackstein
|
5a5d1de7ea
|
Moved the insertion of elements into an indox to the super class. Is only used for Skiplist and Hash. Might probably be used by other indicies later
|
2015-08-17 12:43:13 +02:00 |
Michael Hackstein
|
d69c9a920e
|
Fixed an issue with expanded attribteus to pid strings
|
2015-08-17 12:43:13 +02:00 |
Michael Hackstein
|
2c0bdb5861
|
Added a function in the attribute parser to transform an expanded attribute to the correct path for pid.
|
2015-08-17 12:43:13 +02:00 |
Jan Steemann
|
453aa78633
|
use std::vector
|
2015-08-17 12:43:13 +02:00 |
Alan Plum
|
d914254d00
|
Revert "added updateDeps"
|
2015-08-17 12:43:12 +02:00 |
Willi Goesgens
|
402b622691
|
Add example howto select ranges of dates.
|
2015-08-17 12:43:12 +02:00 |
Max Neunhoeffer
|
1ba7587fc0
|
Rename ThreadProtector to DataProtector.
|
2015-08-17 12:43:12 +02:00 |
Jan Steemann
|
56231413be
|
use unique_ptr
|
2015-08-17 12:43:12 +02:00 |
Jan Steemann
|
a8428877e7
|
some cleanup
|
2015-08-17 12:43:12 +02:00 |
Michael Hackstein
|
27f0ca93a9
|
Fixed a failure test that was not deterministic
|
2015-08-17 12:43:11 +02:00 |
Jan Steemann
|
28da1d5066
|
use std::vector
|
2015-08-17 12:43:11 +02:00 |
Jan Steemann
|
4db822443b
|
allow non-const access to string-buffer
|
2015-08-17 12:43:11 +02:00 |
Michael Hackstein
|
7eda2e0f5c
|
Fixed the test for last commit
|
2015-08-17 12:43:11 +02:00 |
Michael Hackstein
|
8e3e2d547d
|
Do not push <Class const> into vector. It does not work everywhere
|
2015-08-17 12:43:11 +02:00 |
Jan Steemann
|
98106510d2
|
remove CONST_CAST helper
|
2015-08-17 12:43:11 +02:00 |
Max Neunhoeffer
|
43a4ba0285
|
Delete a TRI_vector_t usage.
|
2015-08-17 12:43:10 +02:00 |
Jan Steemann
|
fc900b6451
|
remove compiler warning
|
2015-08-17 12:43:10 +02:00 |
Jan Steemann
|
6262614ce3
|
delay supervisor startup
|
2015-08-17 12:43:10 +02:00 |
Max Neunhoeffer
|
aac9f393d8
|
Fix bugs with database lists on coordinator.
|
2015-08-17 12:43:10 +02:00 |
Willi Goesgens
|
dd19fdf077
|
Examplify
|
2015-08-17 12:43:10 +02:00 |
Willi Goesgens
|
20cc96096f
|
Add checks whether inline example replacers fail to snap on the right end
|
2015-08-17 12:43:10 +02:00 |
Jan Steemann
|
205d1e73ed
|
fix Visual Studio compile errors
|
2015-08-17 12:43:09 +02:00 |
Michael Hackstein
|
d7d00a5d0d
|
Fixed index comparision with multiple components. Introduced by AttributeName format.
|
2015-08-17 12:43:09 +02:00 |
Max Neunhoeffer
|
a18faae89f
|
Untemplatify ThreadProtector for those with gcc < 4.9.2.
We will revert this later once everybody has gcc >= 4.9.2.
|
2015-08-17 12:43:09 +02:00 |
Jan Steemann
|
ba84a982b6
|
use unique_ptr
|
2015-08-17 12:43:09 +02:00 |
Jan Steemann
|
907e6368c6
|
some unused function cleanup
|
2015-08-17 12:43:09 +02:00 |
Jan Steemann
|
5494563601
|
removed forward for non-existing type
|
2015-08-17 12:43:08 +02:00 |
Willi Goesgens
|
b9a25e02c0
|
Implement dynamic examples for invoking AQL tutorial
|
2015-08-17 12:43:08 +02:00 |
Willi Goesgens
|
500371d658
|
Smarten example generator
|
2015-08-17 12:43:08 +02:00 |
Willi Goesgens
|
eb268898e4
|
if substituting is in a failure state, output the current version of the text so the user can debug it.
|
2015-08-17 12:43:08 +02:00 |
Willi Goesgens
|
66733a9840
|
Propper error handling for malformed example tokens
|
2015-08-17 12:43:08 +02:00 |
Michael Hackstein
|
c2338d80d0
|
A user can now create an indux on attribute[*] which will put an index on attribute and ignores the expand flag. Does not harm any feature in AQL now.
|
2015-08-17 12:43:08 +02:00 |
Willi Goesgens
|
9bec46d088
|
Offer to use an already running server to save time
|
2015-08-17 12:43:07 +02:00 |
Max Neunhoeffer
|
d474c31513
|
Use ThreadProtector for lists of databases.
|
2015-08-17 12:43:07 +02:00 |