]> source.dussan.org Git - nextcloud-server.git/commitdiff
Merge pull request #9672 from owncloud/mysql-affectedrows
authorAndreas Fischer <bantu@owncloud.com>
Sun, 20 Jul 2014 19:29:16 +0000 (21:29 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Sun, 20 Jul 2014 19:29:16 +0000 (21:29 +0200)
Make MySQL affected row count consistent with other DBMSes

* owncloud/mysql-affectedrows:
  Added test of OCS privatedata to trigger key duplication
  Document why we have to check with defined() first.
  Make MySQL return "number of found rows" instead of number of "affected rows".


Trivial merge