Skip to content

Commit

Permalink
Add the missing "await_data" to the option list for cursor flags and …
Browse files Browse the repository at this point in the history
…find flags. The find method may go away.

BUGZID:
  • Loading branch information
lehenbauer committed Feb 22, 2014
1 parent a6f1b6f commit 78846ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions generic/cursor.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ mongotcl_cursorObjectObjCmd(ClientData cData, Tcl_Interp *interp, int objc, Tcl_
"tailable",
"slave_ok",
"no_timeout",
"await_data",
"exhaust",
"partial",
NULL
Expand Down
1 change: 1 addition & 0 deletions generic/mongotcl.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ mongotcl_mongoObjectObjCmd(ClientData cData, Tcl_Interp *interp, int objc, Tcl_O
"tailable",
"slave_ok",
"no_timeout",
"await_data",
"exhaust",
"partial",
NULL
Expand Down

0 comments on commit 78846ce

Please sign in to comment.