Summary: http://rpg.ifi.uzh.ch/docs/glog.html Second phase before tests complete. Delete logging test. Finish relase loging. Reviewers: mislav.bradac, teon.banek, buda Reviewed By: teon.banek Subscribers: buda, pullbot Differential Revision: https://phabricator.memgraph.io/D500
10 lines
434 B
C++
10 lines
434 B
C++
#include "query/interpreter.hpp"
|
|
|
|
// TODO: Remove this flag. Ast caching can be disabled by setting this flag to
|
|
// false, this is useful for recerating antlr crashes in highly concurrent test.
|
|
// Once antlr bugs are fixed, or real test is written this flag can be removed.
|
|
DEFINE_bool(ast_cache, false, "Use ast caching.");
|
|
|
|
DEFINE_bool(query_cost_planner, true,
|
|
"Use the cost estimator to generate plans for queries.");
|