summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2009-10-06 10:33:23 +0000
committerAndrey Hristov <andrey@php.net>2009-10-06 10:33:23 +0000
commita86aff98714198d4e339312fc7384585cb43a348 (patch)
tree3811e19da9e2898673ed7c4b66ae342e0db2ca04 /ext/mysqlnd/mysqlnd_structs.h
parenta8d4e29badec168b23e6b2b6026cfafa9f3f83b6 (diff)
downloadphp-git-a86aff98714198d4e339312fc7384585cb43a348.tar.gz
count the queries
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r--ext/mysqlnd/mysqlnd_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h
index 9612fa3fce..af1cdd1a5e 100644
--- a/ext/mysqlnd/mysqlnd_structs.h
+++ b/ext/mysqlnd/mysqlnd_structs.h
@@ -425,6 +425,7 @@ struct st_mysqlnd_connection
*/
enum mysqlnd_connection_state state;
enum_mysqlnd_query_type last_query_type;
+ uint32_t query_counter;
/* Temporary storage between query and (use|store)_result() call */
MYSQLND_RES *current_result;