Michael Hackstein
|
957f20c4b5
|
Indexes should now be unloaded on onload instead of deleted.
|
2016-08-26 14:15:09 +02:00 |
jsteemann
|
a31fe62c34
|
Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types
|
2016-08-26 14:02:27 +02:00 |
Michael Hackstein
|
d546d2acf0
|
Fixed index mathces definition, special cases.
|
2016-08-26 14:00:37 +02:00 |
jsteemann
|
22b1b7b7e7
|
added unload() functionality for indexes (untested)
|
2016-08-26 14:00:03 +02:00 |
jsteemann
|
4b53310189
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-vs-velocystream
|
2016-08-26 13:42:40 +02:00 |
Kaveh Vahedipour
|
b409a1ff25
|
Adding Foxx access to agenc
|
2016-08-26 13:35:39 +02:00 |
Michael Hackstein
|
0985e7fc88
|
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-26 12:52:41 +02:00 |
jsteemann
|
8a6d054642
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-vs-velocystream
|
2016-08-26 12:37:07 +02:00 |
Michael Hackstein
|
1c883a811c
|
Potential fix for unload->load. Needs to be validated.
|
2016-08-26 12:35:33 +02:00 |
jsteemann
|
900c28aec9
|
moved _compactionLock out of TRI_collection_t
|
2016-08-26 11:53:42 +02:00 |
Michael Hackstein
|
6a04156dc3
|
Fixed undefined behaviour in OpenIteratorState. The TRI_collection_t* could be a nullptr
|
2016-08-26 11:15:06 +02:00 |
jsteemann
|
8025ec0266
|
removed define that was used only once
|
2016-08-26 11:07:50 +02:00 |
Jan Steemann
|
0392ba9b1a
|
throw OOM error in case no buffer can be allocated
|
2016-08-26 11:00:05 +02:00 |
jsteemann
|
9ae2cb36e9
|
fix dumping of VPackSlices without CustomTypeHandler
|
2016-08-26 10:51:54 +02:00 |
jsteemann
|
83cc1a1d5a
|
remove includes
|
2016-08-26 10:18:30 +02:00 |
Michael Hackstein
|
b31cf711b9
|
Now properly fill the indexes when creating a new one. Also slight modifiaction of drop
|
2016-08-26 10:11:29 +02:00 |
Michael Hackstein
|
3c8b8933ed
|
More verbose index error output.
|
2016-08-26 10:10:46 +02:00 |
jsteemann
|
bcd3e927a9
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-vs-velocystream
|
2016-08-26 09:18:58 +02:00 |
jsteemann
|
7a308c1d76
|
add no-throttling hint for compactor, too
|
2016-08-26 09:14:43 +02:00 |
jsteemann
|
6150da7420
|
remove function pointers from TRI_datafile_t, added constructor and destructor
|
2016-08-26 09:08:24 +02:00 |
Michael Hackstein
|
b01a7ac0d5
|
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-26 08:02:54 +02:00 |
Michael Hackstein
|
e75567dae5
|
Further fixes for tests: Fixed unitialized count. Fixed some false CORRUPTED_COLLECTION states.
|
2016-08-26 08:02:34 +02:00 |
jsteemann
|
999e2dab1b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-vs-velocystream
|
2016-08-25 15:38:12 +02:00 |
jsteemann
|
e9fe772469
|
moved functionality into engine
|
2016-08-25 15:37:55 +02:00 |
Michael Hackstein
|
7d6402b15c
|
Fixed soem crashes and undefined behaviuor. Server does not crash during tests, however a lot of them are still red
|
2016-08-25 14:51:03 +02:00 |
Jan Steemann
|
f7da4d9bbf
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-08-25 14:38:23 +02:00 |
jsteemann
|
4020d8f2e9
|
finalize classes
|
2016-08-25 14:25:17 +02:00 |
jsteemann
|
257aefc5c5
|
fix agency shutdown
|
2016-08-25 14:06:08 +02:00 |
jsteemann
|
c6efe26198
|
cppcheck
|
2016-08-25 14:04:23 +02:00 |
jsteemann
|
667dc8af49
|
fix agency shutdown
|
2016-08-25 14:04:11 +02:00 |
Jan Steemann
|
3600ed40f8
|
more diagnostic output
|
2016-08-25 14:02:47 +02:00 |
Jan Steemann
|
34a31f2b97
|
issue #2006: added more diagnostic output for some replication errors
|
2016-08-25 14:02:35 +02:00 |
jsteemann
|
6af38d3c80
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-vs-velocystream
|
2016-08-25 12:50:19 +02:00 |
jsteemann
|
396ab41736
|
allow dropping system collections in some rare cases
|
2016-08-25 12:47:06 +02:00 |
Jan Steemann
|
4769501804
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-08-25 12:41:35 +02:00 |
Jan Steemann
|
0601224cba
|
fixed issue #2012
|
2016-08-25 12:41:23 +02:00 |
jsteemann
|
bbb2cfabdc
|
make key generator throw on invalid key options
|
2016-08-25 11:32:38 +02:00 |
jsteemann
|
3469b63449
|
fixed a replication test
|
2016-08-25 11:29:47 +02:00 |
Michael Hackstein
|
e1ac5175b1
|
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-25 11:09:11 +02:00 |
Michael Hackstein
|
1f3dabc8e1
|
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-25 11:08:39 +02:00 |
Andreas Streichardt
|
378c800fb4
|
Rework extra threads
|
2016-08-25 10:53:18 +02:00 |
jsteemann
|
22d3a1eb9a
|
Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into engine-vs-velocystream
|
2016-08-25 10:41:09 +02:00 |
jsteemann
|
3175c1a84f
|
Merge branch 'readcache' of https://github.com/arangodb/arangodb into engine-vs-velocystream
|
2016-08-25 10:38:31 +02:00 |
jsteemann
|
f4aa60ed0d
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-vs-velocystream
|
2016-08-25 10:38:26 +02:00 |
jsteemann
|
08ad2dcb4a
|
clean up
|
2016-08-25 10:23:48 +02:00 |
Jan Christoph Uhde
|
dd9cd50904
|
add comments to statistics members
|
2016-08-25 10:11:29 +02:00 |
Wilfried Goesgens
|
4939e02fb2
|
Make the existance of the database directory non-mandatory again.
|
2016-08-25 10:07:37 +02:00 |
jsteemann
|
a71ed2a09d
|
privatize methods
|
2016-08-25 10:07:23 +02:00 |
Michael Hackstein
|
2af30f056d
|
Moved index creation to use LogicalCollection instead of TRI_collection_t. Involved changes of the constructor, all can now be created using iid and Slice. Removed specialized functions to create/find indixes in v8-voc index. Also the iteration is modified. This commit compiles but tests will fail. Merge commit.
|
2016-08-25 09:57:36 +02:00 |
jsteemann
|
2e48293c52
|
privatize methods
|
2016-08-25 09:56:00 +02:00 |