You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
libc++ crashes fixes
This commit is contained in:
@@ -40,7 +40,7 @@ bool treeEqual(execplan::ParseTree* fst, execplan::ParseTree* snd, int depth = 0
|
||||
(treeEqual(fst->left(), snd->right(), depth + 1) && treeEqual(fst->right(), snd->left(), depth + 1));
|
||||
}
|
||||
|
||||
#define REWRITE_TREE_TEST_DEBUG false
|
||||
#define REWRITE_TREE_TEST_DEBUG true
|
||||
|
||||
void printTree([[maybe_unused]] const std::string& queryName, [[maybe_unused]] execplan::ParseTree* tree,
|
||||
[[maybe_unused]] const std::string& treeName)
|
||||
|
Reference in New Issue
Block a user