mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f5cf87b6e6
commit
da61e9c617
1 changed files with 8 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue