Skip to content

Commit 1d7f1e7

Browse files
committed
WIP
1 parent 5409307 commit 1d7f1e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

x/mongo/driver/operation.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ func (op Operation) Execute(ctx context.Context) error {
717717
var moreToCome bool
718718
var startedInfo startedInformation
719719
*wm, moreToCome, startedInfo, err = op.createWireMessage(ctx, maxTimeMS, (*wm)[:0], desc, conn, requestID)
720+
fmt.Println("createWireMessage:", startedInfo.cmdName, startedInfo.cmd, redactStartedInformationCmd(startedInfo))
720721

721722
if err != nil {
722723
return err

x/mongo/driver/operation/hello.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ func isLegacyHandshake(srvAPI *driver.ServerAPIOptions, loadbalanced bool) bool
629629

630630
func (h *Hello) createOperation() driver.Operation {
631631
op := driver.Operation{
632-
Clock: h.clock,
632+
// Clock: h.clock,
633633
CommandFn: h.command,
634634
Database: "admin",
635635
Deployment: h.d,

0 commit comments

Comments
 (0)