Jan Steemann
|
d7429d3c6c
|
removed parameter
|
2014-07-31 16:04:43 +02:00 |
Jan Steemann
|
8cb85fd973
|
optimization for AQL queries with limit
|
2014-07-23 17:15:01 +02:00 |
Jan Steemann
|
6f4ab77d9b
|
fixed WAL collector moving markers
|
2014-07-04 13:52:31 +02:00 |
Jan Steemann
|
0cbf99d6f0
|
cxx
|
2014-07-03 22:50:37 +02:00 |
Thomas Schmidts
|
0328c9a900
|
Fixed a few spelling and code erros and deleted last examples
|
2014-07-02 17:48:54 +02:00 |
Thomas Schmidts
|
45f27782e0
|
More changes in the documentation code
|
2014-06-25 17:27:12 +02:00 |
Jan Steemann
|
d56719ae4d
|
simplification of signatures
|
2014-06-24 00:32:40 +02:00 |
Thomas Schmidts
|
af1805b627
|
Fixed small spelling errors
|
2014-06-23 15:15:50 +02:00 |
Thomas Schmidts
|
10a5b782fd
|
Some changes in the documentation code
|
2014-06-23 14:55:14 +02:00 |
Frank Celler
|
4dcf5dc817
|
updated disclaimer
|
2014-06-20 16:40:35 +02:00 |
Jan Steemann
|
7e52ebbc3b
|
fixes for Visual Studio
|
2014-06-20 15:46:33 +02:00 |
Jan Steemann
|
37a30b420d
|
prevent exceptions
|
2014-06-14 15:05:54 +02:00 |
Jan Steemann
|
b54b89d68d
|
key generator rework
|
2014-06-14 00:33:40 +02:00 |
Max Neunhoeffer
|
82ab5bc0ac
|
More checks for protected getShaper accesses.
Also: Make arangodump possible using fake trx objects.
|
2014-06-12 10:38:39 +02:00 |
Max Neunhoeffer
|
f0bef2496f
|
Make _shaper private and use getter/setter.
|
2014-06-11 11:18:22 +02:00 |
Max Neunhoeffer
|
c2bddb1c19
|
Let TRI_document_collection_t inherit from TRI_collection_t.
|
2014-06-11 10:51:47 +02:00 |
Max Neunhoeffer
|
c5e5e64135
|
Initialise _dataptr in constructor.
Fix a bug found by a unittest.
|
2014-06-10 21:42:23 +02:00 |
Jan Steemann
|
eba885d583
|
fixed member initialization in second constructor
|
2014-06-10 17:41:11 +02:00 |
Max Neunhoeffer
|
c49f1a80d6
|
Went through all TRI_doc_mptr\(_copy\)_t ...
... to see whether _copy is needed.
|
2014-06-10 16:04:30 +02:00 |
Max Neunhoeffer
|
02a8b4e388
|
Edge index lookup returns now TRI_doc_mptr_copy_t.
Move TRI_document_edge_t to voc-types.h.
|
2014-06-10 15:19:11 +02:00 |
Max Neunhoeffer
|
dbfe62fd66
|
TRI_SelectByExample now uses copies of master pointers.
|
2014-06-10 14:32:57 +02:00 |
Jan Steemann
|
aa173b315b
|
update cap constraint sizes
|
2014-06-10 13:40:33 +02:00 |
Jan Steemann
|
da9f8247fb
|
barriers are now created automatically by transactions
|
2014-06-10 11:56:40 +02:00 |
Jan Steemann
|
05ddccd515
|
fixed wrong sorts
|
2014-06-08 00:18:56 +02:00 |
Jan Steemann
|
72a102e794
|
major internal changes
|
2014-06-08 00:12:53 +02:00 |
Jan Steemann
|
ca959cab9d
|
simplified usage of transactions
|
2014-06-06 23:28:34 +02:00 |
Jan Steemann
|
368091d7c3
|
function cleanup
|
2014-06-06 21:35:34 +02:00 |
Max Neunhoeffer
|
fd2c99443f
|
Introduce TRI_doc_mptr_copy_t for copies of master pointers.
Did not yet run through all occurrences of TRI_doc_mptr_t to see
whether they have to be TRI_doc_mptr_copy_t.
|
2014-06-06 16:59:32 +02:00 |
Jan Steemann
|
362838ae69
|
TRI_ASSERT
|
2014-06-06 11:25:19 +02:00 |
Jan Steemann
|
8da6824d15
|
added TRI_ASSERT and TRI_ASSERT_EXPENSIVE
|
2014-06-06 10:32:20 +02:00 |
Max Neunhoeffer
|
35e00a3a4d
|
Revert "Do not copy TRI_doc_mptr_t."
This reverts commit ea1f82194dccdf212c9ef1f7ee8c5790b7e3c771.
We need to copy such that we can release the collection lock earlier.
|
2014-06-05 14:56:21 +02:00 |
Max Neunhoeffer
|
537160f2d5
|
Do not copy TRI_doc_mptr:t structs one more time.
|
2014-06-05 14:03:00 +02:00 |
Max Neunhoeffer
|
95933fb3c1
|
Do not copy TRI_doc_mptr_t.
|
2014-06-05 13:56:26 +02:00 |
Max Neunhoeffer
|
3e256a8aee
|
Fix allocation of TRI_doc_mptr_t structs.
|
2014-06-05 13:14:30 +02:00 |
Max Neunhoeffer
|
2776dc78fa
|
Make TRI_doc_mptr_t a C++ struct.
|
2014-06-05 12:03:57 +02:00 |
Max Neunhoeffer
|
a7792a5306
|
Looked through TRI_EXTRACT_MARKER_KEY for protection.
|
2014-06-04 15:40:09 +02:00 |
Max Neunhoeffer
|
a32bf12f2f
|
Looked at all _dataptr dereferences.
|
2014-06-04 15:18:25 +02:00 |
Max Neunhoeffer
|
13541cf4ec
|
Rename component _data -> _dataptr in master pointer.
|
2014-06-03 22:27:08 +02:00 |
Jan Steemann
|
8ea7fa5e4a
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
|
2014-06-03 17:18:02 +02:00 |
Thomas Schmidts
|
87e0d54f04
|
small changes for new documentation in code-docu
|
2014-06-03 14:55:39 +02:00 |
Jan Steemann
|
d4dd58b264
|
merged primary-collection.cpp with document-collection.cpp
|
2014-05-31 00:22:32 +02:00 |
Jan Steemann
|
19b0642d08
|
removed fsrt.inc
|
2014-05-30 20:39:02 +02:00 |
Jan Steemann
|
7b521a4c9e
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
Conflicts:
arangod/VocBase/document-collection.cpp
arangod/VocBase/document-collection.h
|
2014-05-30 12:51:20 +02:00 |
Jan Steemann
|
ed6a55abb9
|
specialized primary index for faster comparisons and less datafile lookups
|
2014-05-29 03:35:37 +02:00 |
Jan Steemann
|
bd9e8b0478
|
fixed too eager iteration over skiplists
|
2014-05-28 15:19:57 +02:00 |
Jan Steemann
|
ea97d443b0
|
use wal shape and attribute markers
|
2014-05-22 16:00:00 +02:00 |
Max Neunhoeffer
|
69353334eb
|
Get rid of TRI_ENABLE_CLUSTER everywhere.
|
2014-05-21 14:46:47 +02:00 |
Jan Steemann
|
9f7923ace3
|
fixed VS warnings
|
2014-05-13 13:39:42 +02:00 |
Jan Steemann
|
dfec7b7f3c
|
pass v8 handles by value, not by reference (as recommended in their manual)
|
2014-05-09 15:23:21 +02:00 |
Jan Steemann
|
d2732aa929
|
don't leak barriers
|
2014-05-08 16:14:33 +02:00 |