Extend the explain() command to support the “delete” write command.
Implementation strategy
- Similar to
SERVER-14098andSERVER-14099, except we need to modify the delete command so that we are able to either 1) just plan or 2) plan and execute the read part without executing the write part.