From 78846ce9d4a9d67a18e35931c3bae04b53897daa Mon Sep 17 00:00:00 2001 From: Karl Lehenbauer Date: Sat, 22 Feb 2014 00:33:55 +0000 Subject: [PATCH] Add the missing "await_data" to the option list for cursor flags and find flags. The find method may go away. BUGZID: --- generic/cursor.c | 1 + generic/mongotcl.c | 1 + 2 files changed, 2 insertions(+) diff --git a/generic/cursor.c b/generic/cursor.c index ea1663c..ba702c7 100644 --- a/generic/cursor.c +++ b/generic/cursor.c @@ -328,6 +328,7 @@ mongotcl_cursorObjectObjCmd(ClientData cData, Tcl_Interp *interp, int objc, Tcl_ "tailable", "slave_ok", "no_timeout", + "await_data", "exhaust", "partial", NULL diff --git a/generic/mongotcl.c b/generic/mongotcl.c index fbbd967..4bdfca2 100644 --- a/generic/mongotcl.c +++ b/generic/mongotcl.c @@ -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