mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Versions of MongoDB before 2.6 do not report modified count
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341054 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fc035bc212
commit
21efb4a406
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
not acknowledged.
|
||||
</para>
|
||||
<para>
|
||||
The modified count is not available on versions of MongoDB before 2.4, which
|
||||
The modified count is not available on versions of MongoDB before 2.6, which
|
||||
used the legacy wire protocol version (i.e. OP_UPDATE). If this is the case,
|
||||
the modified count will also be &null;.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue