Index: includes/database.mysqli.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/database.mysqli.inc,v
retrieving revision 1.30
diff -u -u -p -r1.30 database.mysqli.inc
--- includes/database.mysqli.inc	4 Dec 2006 11:06:29 -0000	1.30
+++ includes/database.mysqli.inc	27 Dec 2006 19:39:40 -0000
@@ -261,11 +261,6 @@ function db_affected_rows() {
  * User-supplied arguments to the query should be passed in as separate parameters
  * so that they can be properly escaped to avoid SQL injection attacks.
  *
- * Note that if you need to know how many results were returned, you should do
- * a SELECT COUNT(*) on the temporary table afterwards. db_num_rows() and
- * db_affected_rows() do not give consistent result across different database
- * types in this case.
- *
  * @param $query
  *   A string containing an SQL query.
  * @param ...
Index: includes/database.mysql.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/database.mysql.inc,v
retrieving revision 1.64
diff -u -u -p -r1.64 database.mysql.inc
--- includes/database.mysql.inc	4 Dec 2006 11:06:29 -0000	1.64
+++ includes/database.mysql.inc	27 Dec 2006 19:39:40 -0000
@@ -276,11 +276,6 @@ function db_affected_rows() {
  * User-supplied arguments to the query should be passed in as separate parameters
  * so that they can be properly escaped to avoid SQL injection attacks.
  *
- * Note that if you need to know how many results were returned, you should do
- * a SELECT COUNT(*) on the temporary table afterwards. db_num_rows() and
- * db_affected_rows() do not give consistent result across different database
- * types in this case.
- *
  * @param $query
  *   A string containing an SQL query.
  * @param ...
