1
0
Fork 0
Commit Graph

95 Commits

Author SHA1 Message Date
Max Neunhoeffer a3b5e993f7 Fix AQL REPLACE for smart edges. 2016-10-13 10:58:59 +02:00
Max Neunhoeffer 0a1ec0da5a Add a sensible default. 2016-10-10 13:34:18 +02:00
Max Neunhoeffer 476856954f Changes necessary for AQL INSERT for smart edge collections. 2016-10-09 23:53:26 +02:00
Max Neunhoeffer c9763a68ee Fix usesDefaultShardKeys. 2016-10-09 23:22:44 +02:00
Frank Celler 8e3a73281e added more events 2016-10-06 14:14:38 +02:00
Max Neunhoeffer 1284957404 Edge indexes have now ID 1. 2016-09-30 16:40:33 +02:00
Kaveh Vahedipour 048c86ae08 distributeShardsLike now stores CID 2016-09-30 14:09:29 +02:00
Max Neunhoeffer db021508da Fix virtual cloning of LogicalCollections and derived types. 2016-09-28 21:05:29 +02:00
Max Neunhoeffer 5f2eca61ab Remove isSmart attribute in community edition for Agency. 2016-09-28 16:21:09 +02:00
Max Neunhoeffer 68ddd845bf Forward isSmart to Agency. 2016-09-28 12:29:23 +02:00
Michael Hackstein 9882c825ce Added some smart info into logical collection and make sure that virtual collections are created via load plan 2016-09-27 16:26:13 +02:00
Michael Hackstein 785b8111df Simplified code in LogicalCollection. 2016-09-27 14:52:19 +02:00
Michael Hackstein b97005cca3 Fixed dumping of keygen. It was created too late. 2016-09-27 10:44:24 +02:00
Michael Hackstein e16e6b6532 Templatified read and write locker. They can now use Cpp11 style locks. Also included distributeShardsLike in AgencyInformation about collections. 2016-09-26 18:29:51 +02:00
Michael Hackstein dcb381797b Fixed numberOfShards error 2016-09-26 15:36:00 +02:00
Michael Hackstein 4baad50fa3 Repaired shardKeys propagation to DBserver. Fixes a bug introduced by my last commit 2016-09-26 13:36:14 +02:00
Michael Hackstein acdcb3b76a Modified collection creation in cluster. It now does not require access to V8 objects any more. 2016-09-26 10:45:28 +02:00
Michael Hackstein 0f24df46e2 Prepared LogicalCollection for inheritence. 2016-09-22 16:29:56 +02:00
jsteemann a9cb07678d get rid of two pointers in each transaction operation 2016-09-15 08:16:02 +02:00
Jan Steemann 82c3a2af46 speed up looking up of revision ids 2016-09-12 17:09:04 +02:00
jsteemann 1fcc5b18f7 assert 2016-09-09 13:57:34 +02:00
Jan Steemann 1095843596 fixed recovery of "older" collections 2016-09-09 13:46:39 +02:00
Michael Hackstein a3ba4b249d DBServer collections now use a cluster-wide unique id for their cids. Better handling of waiting for replication. 2016-09-08 16:26:17 +02:00
jsteemann 99f2dd35f5 moved functionality into engine 2016-09-07 15:32:53 +02:00
jsteemann 528ebdf573 slightly prefer primary index 2016-09-07 11:42:13 +02:00
jsteemann eac7eafc4e fix collection creation 2016-09-06 18:33:08 +02:00
jsteemann ffa00e26a0 some index cleanup 2016-09-06 10:49:40 +02:00
jsteemann d1adb02fa6 fix invalid check 2016-09-05 11:01:56 +02:00
jsteemann 1361b85837 fixed figures() call 2016-09-05 09:15:36 +02:00
jsteemann 1823cff3a9 removed TRI_collection_t 2016-09-02 14:54:13 +02:00
jsteemann 3909103193 privatized some members 2016-09-02 13:10:17 +02:00
jsteemann 4839d65b36 moved things out of TRI_collection_t 2016-09-02 11:56:48 +02:00
jsteemann 2c92879161 cleanup 2016-09-02 10:26:43 +02:00
jsteemann 5524b25800 removed VocbaseCollectionInfo 2016-09-02 09:41:36 +02:00
Michael Hackstein 41c471d225 Merge branch 'generic-col-types' of github.com:arangodb/arangodb into generic-col-types 2016-09-01 16:46:33 +02:00
Michael Hackstein 774c3a5837 Implemented createIndex on LogicalCollection for cluster case 2016-09-01 16:46:26 +02:00
jsteemann 69bfca08ca Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types 2016-09-01 15:39:11 +02:00
jsteemann 2eaf7196e2 fixed some tests 2016-09-01 09:41:11 +02:00
jsteemann 8e0a59285b fix recovery tests 2016-09-01 09:15:34 +02:00
jsteemann 4cef5d86fb Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types 2016-09-01 09:06:15 +02:00
jsteemann fa21e70256 Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-31 17:59:54 +02:00
jsteemann 797b0fa2b0 Merge branch 'generic-col-types' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-31 15:30:58 +02:00
jsteemann 2d1e0bd3ae fixed some leaks 2016-08-31 15:30:47 +02:00
Michael Hackstein a47c5df5d0 Now the logical collection actually reads the planId if it existing. 2016-08-31 14:42:20 +02:00
Michael Hackstein 0401fdf1e4 Fixed reading an index in cluster. It is not yet possible to create a new one 2016-08-31 13:54:06 +02:00
Michael Hackstein 4175c6eb65 Merge branch 'generic-col-types' of github.com:arangodb/arangodb into generic-col-types 2016-08-30 16:37:26 +02:00
Michael Hackstein 8fa571073e Index creation now actually writes index files on logical collection 2016-08-30 16:37:12 +02:00
jsteemann ea9124eb51 fixed dump test 2016-08-30 16:32:20 +02:00
jsteemann 7223179b7f Merge branch 'generic-col-types' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-30 16:07:44 +02:00
jsteemann 9b94287fb7 unify id handling? 2016-08-30 16:07:35 +02:00