php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #73822 Possible bug
Submitted: 2016-12-27 14:41 UTC Modified: 2017-01-17 10:44 UTC
From: rjhdby@php.net Assigned: tpunt (profile)
Status: Closed Package: MySQLi related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2016-12-27 14:41 UTC] rjhdby@php.net
Description:
------------
---
From manual page: http://www.php.net/mysqlnd.stats
---

Both types of querries (with and without result set) have "<literal>SHOW</literal>" as example. Probably than it's good example only for queries with result set.

Lines 416-418
     <entry>Number of queries that have generated a result set. Examples of queries
      that generate a result set: <literal>SELECT</literal>,
      <literal>SHOW</literal>. The statistic will not be incremented if

Lines 428-431
     <entry>Number of queries that did not generate a result set. Examples of
      queries that do not generate a result set:
      <literal>INSERT</literal>, <literal>UPDATE</literal>,
      <literal>LOAD DATA</literal>, <literal>SHOW</literal>. The



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-17 10:44 UTC] tpunt@php.net
Automatic comment from SVN on behalf of tpunt
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=341675
Log: Resolve doc bug #73822
 [2017-01-17 10:44 UTC] tpunt@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: tpunt
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 22:01:31 2024 UTC