1
0
Fork 0
Commit Graph

17027 Commits

Author SHA1 Message Date
Jan Steemann 5c46b8ed33 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-13 15:41:35 +02:00
Jan Steemann 69e9d12955 fixed race in synchronizer 2014-10-13 15:41:22 +02:00
Jan Steemann d151088a94 fixed invariant 2014-10-13 14:24:29 +02:00
Willi Goesgens 8362986f42 One more correction to the list of nodes to be expected when having a LET in the statement. 2014-10-13 13:57:43 +02:00
Jan Steemann ada372f123 removed debug output 2014-10-13 13:01:12 +02:00
Jan Steemann f2bac7dc41 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-13 12:32:31 +02:00
Jan Steemann 41ae9c8ea7 SIGCHLD 2014-10-13 12:32:22 +02:00
Willi Goesgens 0b3ec972eb more places to fix the let-calculationnode gone away. 2014-10-13 11:44:16 +02:00
Jan Steemann 294d89c5e3 fixed illegal checkExternalProcess call 2014-10-13 11:34:21 +02:00
Jan Steemann 77d3433a5a fixed usage of uninitialized variable 2014-10-13 11:12:46 +02:00
Jan Steemann b03f2db4ec Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-13 11:10:22 +02:00
Jan Steemann 1ba2030e0b debug info 2014-10-13 11:10:12 +02:00
Willi Goesgens 9a3bcfce88 Adjust the tests expectation to the new way of not having an extra calculation node for let assignment (as introduced with #dd92042e0b1e66f767237692b7071e4bfc385b80 ) 2014-10-13 10:57:39 +02:00
Jan Steemann 9d02516e19 potential fix for issue #1041 2014-10-11 21:42:58 +02:00
Alan Plum 1ba13aca62 Clarified usage of bodyParams. 2014-10-11 18:49:19 +02:00
Jan Steemann ce8ac10f59 optimized memory usage of multi hash index 2014-10-11 18:38:22 +02:00
Jan Steemann fefd527b9f Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-10 22:00:15 +02:00
Jan Steemann 77ff3642c9 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-10 18:58:07 +02:00
Jan Steemann 23e692e7fa added FIND_FIRST, not yet documented 2014-10-10 18:57:57 +02:00
Jan Steemann 17c45db8bb changed implementation to use freelists 2014-10-10 18:57:42 +02:00
Jan Steemann 5604008ce4 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-10 18:06:14 +02:00
Jan Steemann 4c366dad63 issue #1038: use linked lists for collisions 2014-10-10 18:05:23 +02:00
Willi Goesgens 3a7a03a51f Don't add intermediate calculationnodes for LET-statements to forward the results of subqueries. Instead adjust the outvariable of the subquerynode. 2014-10-10 17:00:49 +02:00
Michael Hackstein 5e1166e38c Removed debug output 2014-10-10 16:14:10 +02:00
Michael Hackstein d28bc4acf6 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-10-10 15:34:21 +02:00
Michael Hackstein 22955e25be Fixed repositioning of edge label #1017. 2014-10-10 15:34:13 +02:00
Willi Goesgens cb50ceafa6 If we're to early for the forked process, wait & Retry. 2014-10-10 14:52:27 +02:00
Jan Steemann d9cc80bab7 fixes for Visual Studio 2014-10-10 14:37:03 +02:00
Jan Steemann b7654658bd Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-10 14:24:33 +02:00
Jan Steemann 31ebe14ea6 issue #1042 2014-10-10 14:24:22 +02:00
Michael Hackstein 267c48eeca Cluster Interface fixes for AWS. To be conntinued 2014-10-10 14:06:28 +02:00
Jan Steemann 5abfa7fdbd whitespace 2014-10-10 13:42:20 +02:00
Jan Steemann 5821ba36be use system error messages 2014-10-10 13:41:59 +02:00
Willi Goesgens 0c5e4f2aee Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-10-10 13:23:48 +02:00
Willi Goesgens 4af23ddfe3 Add the integer value of the error to our message. 2014-10-10 13:22:57 +02:00
Alan Plum 75ef83e747 Added crypto stub. 2014-10-10 12:37:27 +02:00
Heiko Kernbach 42f12d0ac6 Merge 2014-10-10 12:01:12 +02:00
Heiko Kernbach 144c8b43e1 fixed display bug when a notification title is too long, optimized css for notifications 2014-10-10 11:59:55 +02:00
Willi Goesgens 684604d8f6 Lintify testing.js 2014-10-10 11:47:08 +02:00
Willi Goesgens 73d121ece7 Add the possible error messages from waitpid to the result output. 2014-10-10 11:44:48 +02:00
James 10f7feeede added comment to Query.cpp about comparison of serialised/deserialised plans. 2014-10-10 10:23:59 +01:00
Heiko Kernbach 8ea7a44bd3 fixed modal view not hiding after successful deletion of a collection 2014-10-10 11:13:03 +02:00
Jan Steemann 6553d463b7 added derived file 2014-10-10 10:38:12 +02:00
Willi Goesgens 616db57417 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-10-10 09:59:50 +02:00
Willi Goesgens dd537647bc Also output the waitpid() errors on stderr, so we can see them in jenkins. 2014-10-10 09:59:09 +02:00
James 9334547583 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-10-10 08:31:28 +01:00
James c0c3f627bb proper initialisation and shutdown of distribute block. 2014-10-10 08:31:19 +01:00
Jan Steemann d94eaf498f integer progress values 2014-10-09 20:54:41 +02:00
Jan Steemann ec10ca6c2d updated CHANGELOG 2014-10-09 20:53:17 +02:00
Heiko Kernbach 50ec5a452c merge 2014-10-09 18:42:08 +02:00