1
0
Fork 0
arangodb/arangod
Jan Steemann ba8e38d6e5 bugfix for AQL query optimiser
the following type of query was too eagerly optimised, leading to errors in code-generation:

   LET a = (FOR i IN [] RETURN i) LET b = (FOR i IN [] RETURN i) RETURN 1

the problem occurred when both lists in the subqueries were empty. In this case invalid code
was generated and the query couldn't be executed.
2014-04-08 23:26:55 +02:00
..
Actions Fix the initialiser order to please the compiler. 2014-03-11 19:49:11 +01:00
Ahuacatl bugfix for AQL query optimiser 2014-04-08 23:26:55 +02:00
BitIndexes renamed 2014-04-07 12:02:04 +02:00
CapConstraint renamed 2014-04-07 12:02:04 +02:00
Cluster fixed VS warnings 2014-04-03 16:13:56 +02:00
FulltextIndex renamed 2014-04-07 12:02:04 +02:00
GeoIndex cpp 2014-04-07 14:30:51 +02:00
HashIndex renamed 2014-04-07 12:02:04 +02:00
IndexIterators renamed 2014-04-07 12:02:04 +02:00
IndexOperators renamed 2014-04-07 12:02:04 +02:00
MRServer issue #798: Lower case http headers from arango 2014-04-03 13:24:59 +02:00
Replication -Wunreachable-code reverted. Visual Studio doesn't like it 2014-03-06 11:36:58 +01:00
RestHandler re-use planId 2014-03-05 15:33:49 +01:00
RestServer logfile opening/closing fixes 2014-03-28 16:45:06 +01:00
SkipLists renamed 2014-04-07 12:02:04 +02:00
Transaction added operations container 2014-04-08 09:45:10 +02:00
Utils empty() instead of size() 2014-04-07 21:03:29 +02:00
V8Server Improve the documentation of _create with respect to shardKeys. 2014-04-04 17:13:49 +02:00
VocBase VS fixes 2014-04-07 11:50:52 +02:00
Wal VS fixes 2014-04-07 11:50:52 +02:00
CMakeLists.txt added operations container 2014-04-08 09:45:10 +02:00
Makefile.files added operations container 2014-04-08 09:45:10 +02:00