From 1c933fa9f360a8246351049d6d2a61e93baf009f Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Thu, 25 Jan 2018 22:09:45 +0000 Subject: [PATCH] Separate MongoDB manual link into its own paragraph git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343905 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongodb/mongodb/driver/manager/startsession.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference/mongodb/mongodb/driver/manager/startsession.xml b/reference/mongodb/mongodb/driver/manager/startsession.xml index 3bc4ee3833..cf4915de89 100644 --- a/reference/mongodb/mongodb/driver/manager/startsession.xml +++ b/reference/mongodb/mongodb/driver/manager/startsession.xml @@ -52,7 +52,10 @@ Configure causal consistency in a session. If &true;, each operation in the session will be causally ordered after the previous read or - write operation. Set to &false; to disable causal consistency. See + write operation. Set to &false; to disable causal consistency. + + + See Casual Consistency in the MongoDB manual for more information.