You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by na...@apache.org on 2016/06/11 04:11:43 UTC

incubator-quickstep git commit: Fix formatting.

Repository: incubator-quickstep
Updated Branches:
  refs/heads/fix_getblockforinsertion 26d1639ca -> dee45b9fc


Fix formatting.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/dee45b9f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/dee45b9f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/dee45b9f

Branch: refs/heads/fix_getblockforinsertion
Commit: dee45b9fcb651a02cc9d98f09118d6091be91e48
Parents: 26d1639
Author: Navneet Potti <na...@apache.org>
Authored: Fri Jun 10 23:11:29 2016 -0500
Committer: Navneet Potti <na...@apache.org>
Committed: Fri Jun 10 23:11:29 2016 -0500

----------------------------------------------------------------------
 storage/InsertDestination.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/dee45b9f/storage/InsertDestination.cpp
----------------------------------------------------------------------
diff --git a/storage/InsertDestination.cpp b/storage/InsertDestination.cpp
index 8e213f2..be679cd 100644
--- a/storage/InsertDestination.cpp
+++ b/storage/InsertDestination.cpp
@@ -351,7 +351,7 @@ MutableBlockReference BlockPoolInsertDestination::getBlockForInsertion() {
       MutableBlockReference retval = storage_manager_->getBlockMutable(id, relation_);
       return retval;
     }
-  } // release mutex_ lock
+  }
   return createNewBlock();
 }