Skip to content

Commit d08d974

Browse files
committed
PHPC-450: Profiled aggregate commands log the collection NS in 3.2
1 parent a2e3b47 commit d08d974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/server-executeCommand-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $secondary->executeCommand(DATABASE_NAME, $command, $rp);
2626
$query = new MongoDB\Driver\Query(
2727
array(
2828
'op' => 'command',
29-
'ns' => DATABASE_NAME . '.$cmd',
29+
'ns' => DATABASE_NAME . '.' . COLLECTION_NAME,
3030
),
3131
array(
3232
'sort' => array('ts' => -1),

0 commit comments

Comments
 (0)