• Andreas Braun's avatar
    PHPLIB-463: Prevent driver from retrying MapReduce operations · d353a82f
    Andreas Braun authored
    Running mapReduce commands through the executeReadCommand helper will cause the driver to retry the operation, as it should not inspect the command to catch mapReduce commands. To avoid this, we run mapReduce commands through the generic command helper which generally doesn't retry reads.
    d353a82f
Name
Last commit
Last update
..
Aggregate.php Loading commit data...
BulkWrite.php Loading commit data...
Count.php Loading commit data...
CountDocuments.php Loading commit data...
CreateCollection.php Loading commit data...
CreateIndexes.php Loading commit data...
DatabaseCommand.php Loading commit data...
Delete.php Loading commit data...
DeleteMany.php Loading commit data...
DeleteOne.php Loading commit data...
Distinct.php Loading commit data...
DropCollection.php Loading commit data...
DropDatabase.php Loading commit data...
DropIndexes.php Loading commit data...
EstimatedDocumentCount.php Loading commit data...
Executable.php Loading commit data...
Explain.php Loading commit data...
Explainable.php Loading commit data...
Find.php Loading commit data...
FindAndModify.php Loading commit data...
FindOne.php Loading commit data...
FindOneAndDelete.php Loading commit data...
FindOneAndReplace.php Loading commit data...
FindOneAndUpdate.php Loading commit data...
InsertMany.php Loading commit data...
InsertOne.php Loading commit data...
ListCollections.php Loading commit data...
ListDatabases.php Loading commit data...
ListIndexes.php Loading commit data...
MapReduce.php Loading commit data...
ModifyCollection.php Loading commit data...
ReplaceOne.php Loading commit data...
Update.php Loading commit data...
UpdateMany.php Loading commit data...
UpdateOne.php Loading commit data...
Watch.php Loading commit data...