Added note that mysql_affected_rows() does not count rows affacted by CASCADE. Fixes doc bug #51041

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295471 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anthony Bedford 2010-02-24 14:13:30 +00:00
parent f5cf87b6e6
commit da61e9c617

View file

@ -131,6 +131,14 @@ Updated Records: 10
use <function>mysql_num_rows</function>.
</para>
</note>
<note>
<title>Cascaded Foreign Keys</title>
<para>
<function>mysql_affected_rows</function> does not count rows affected
implicitly through the use of ON DELETE CASCADE and/or ON UPDATE CASCADE
in foreign key constraints.
</para>
</note>
</refsect1>
<refsect1 role="seealso">