vrana Tue Mar 15 07:57:19 2005 EDT
Modified files: /phpdoc/en/reference/mysql/functions mysql-affected-rows.xml Log: MySQL doesn't return 0 with no WHERE anymore (bug #32251) http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml?r1=1.17&r2=1.18&ty=u Index: phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml diff -u phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.17 phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.18 --- phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.17 Thu Oct 28 10:06:42 2004 +++ phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml Tue Mar 15 07:57:17 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.17 $ --> +<!-- $Revision: 1.18 $ --> <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 --> <refentry id="function.mysql-affected-rows"> <refnamediv> @@ -32,7 +32,7 @@ <para> If the last query was a DELETE query with no WHERE clause, all of the records will have been deleted from the table but this - function will return zero. + function will return zero with MySQL versions prior to 4.1.2. </para> <note> <para>