diff options
author | Andrey Hristov <andrey@php.net> | 2005-08-06 16:56:42 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2005-08-06 16:56:42 +0000 |
commit | f25c366a739bbf01b7fa467b14a93c51d219e881 (patch) | |
tree | 99d727642cd2ccfe4d667a3423658dd725fcd70c | |
parent | 313ff9998ea882b4ba33d06825d099570711c6ac (diff) | |
download | php-git-f25c366a739bbf01b7fa467b14a93c51d219e881.tar.gz |
add a comment
-rw-r--r-- | ext/mysqli/mysqli_nonapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli_nonapi.c b/ext/mysqli/mysqli_nonapi.c index a1ce0079d3..c5ff87f33d 100644 --- a/ext/mysqli/mysqli_nonapi.c +++ b/ext/mysqli/mysqli_nonapi.c @@ -238,6 +238,7 @@ PHP_FUNCTION(mysqli_query) } if (!mysql_field_count(mysql->mysql)) { + /* no result set - not a SELECT */ if (MyG(report_mode) & MYSQLI_REPORT_INDEX) { php_mysqli_report_index(query, mysql->mysql->server_status TSRMLS_CC); } |