diff options
author | Dwight <dmerriman@gmail.com> | 2009-10-07 11:51:13 -0400 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2009-10-07 11:51:13 -0400 |
commit | 9589c84edff464d451d9b3e2cd4984b7b6be56b5 (patch) | |
tree | 93a8a8137ef4c6fc0f167df437f2f2f8a6bf07d9 /db/btree.cpp | |
parent | eb27ae925ab846a66fdbf3caf57bcb654520fc85 (diff) | |
download | mongo-9589c84edff464d451d9b3e2cd4984b7b6be56b5.tar.gz |
killOp() wasn't working with validate
Diffstat (limited to 'db/btree.cpp')
-rw-r--r-- | db/btree.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/btree.cpp b/db/btree.cpp index 3a9e7c027bd..34b7b7f5c24 100644 --- a/db/btree.cpp +++ b/db/btree.cpp @@ -75,6 +75,7 @@ namespace mongo { } int BucketBasics::fullValidate(const DiskLoc& thisLoc, const BSONObj &order) { + checkForInterrupt(); assertValid(order, true); // if( bt_fv==0 ) // return; |