Skip to content

Commit

Permalink
SERVER-13163/SERVER-13165 Assign fassert codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
amschwerin committed Mar 19, 2014
1 parent 7300f94 commit f005fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mongo/db/commands/write_commands/batch_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ namespace mongo {
invariant(!result.getError());
continue;
}
fassertFailed(0);
fassertFailed(17429);
}

// END CURRENT OP
Expand Down Expand Up @@ -983,7 +983,7 @@ namespace mongo {
pfe.touch();
continue; // Try the operation again.
}
fassertFailed(0);
fassertFailed(17430);
}

// Errors release the write lock, as a matter of policy.
Expand Down

0 comments on commit f005fc6

Please sign in to comment.