- May 01, 2018
-
-
Roberto C. Sánchez authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
- Apr 20, 2018
-
-
Kevin Albertson authored
-
Kevin Albertson authored
-
Kevin Albertson authored
-
- Apr 14, 2018
-
-
A. Jesse Jiryu Davis authored
-
- Apr 10, 2018
-
-
Roberto C. Sánchez authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
- Apr 03, 2018
-
-
Kevin Albertson authored
collection_watch runs an aggregate command with collection_read_command_with_opts and then creates a cursor with cursor_new_from_command_reply. To ensure they use the same implicit session lsid, the change_stream_t must be responsible for creating the implicit session and pass this session to both the command and cursor as if it were an explicit session.
-
- Mar 30, 2018
-
-
Kevin Albertson authored
-
- Mar 03, 2018
-
-
Roberto C. Sánchez authored
-
- Mar 01, 2018
-
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
A. Jesse Jiryu Davis authored
-
- Feb 27, 2018
-
-
Jeremy Mikola authored
-
- Feb 16, 2018
-
-
A. Jesse Jiryu Davis authored
-
- Jan 13, 2018
-
-
Roberto C. Sánchez authored
-
- Jan 12, 2018
-
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
A. Jesse Jiryu Davis authored
-
- Jan 10, 2018
-
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
A. Jesse Jiryu Davis authored
-
- Jan 05, 2018
-
-
Jeremy Mikola authored
-
- Dec 23, 2017
-
-
Roberto C. Sánchez authored
-
- Dec 21, 2017
-
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Starting in commit #9f9934dc, the driver had incorrectly called "ping" before nearly every command when in single-threaded mode. This was due to the mongoc_topology_scanner_node_t.last_update field not being updated, so the driver thought each server's socket had been idle and needed to be checked with "ping", even when the socket had been used recently. In this commit, update last_used after every command so we don't call "ping" unnecessarily.
-
Jeremy Mikola authored
-
- Dec 15, 2017
-
-
A. Jesse Jiryu Davis authored
-
- Dec 14, 2017