8000 comment out waiting for now · rowhit/arangodb@fbe8851 · GitHub
[go: up one dir, main page]

Skip to content

Commit fbe8851

Browse files
author
Andreas Streichardt
committed
comment out waiting for now
1 parent 80e1429 commit fbe8851

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arangod/Utils/AqlTransaction.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ int AqlTransaction::processCollectionNormal(aql::Collection* collection) {
6060

6161
arangodb::LogicalCollection const* col =
6262
this->resolver()->getCollectionStruct(collection->getName());
63-
if (col == nullptr) {
63+
/*if (col == nullptr) {
6464
auto startTime = TRI_microtime();
6565
auto endTime = startTime + 60.0;
6666
do {
@@ -71,6 +71,7 @@ int AqlTransaction::processCollectionNormal(aql::Collection* collection) {
7171
col = this->resolver()->getCollectionStruct(collection->getName());
7272
} while (col == nullptr);
7373
}
74+
*/
7475
if (col != nullptr) {
7576
cid = col->cid();
7677
}

0 commit comments

Comments
 (0)
0