mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'aql2' of ssh://github.com/triAGENS/ArangoDB into aql2
This commit is contained in:
commit
00967e9fde
|
@ -209,6 +209,9 @@ function getQueryResults2 (query, bindVars, recursive) {
|
|||
require("internal").print("Old and new AQL return different results!");
|
||||
require("internal").print("Old result:\n", result);
|
||||
require("internal").print("New result:\n", result2);
|
||||
|
||||
require("internal").print("Failed Query was:\n", query);
|
||||
|
||||
throw "Results between AQL and AQL2 differ";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue