diff options
author | Andrey Hristov <andrey@php.net> | 2009-10-06 10:33:23 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2009-10-06 10:33:23 +0000 |
commit | a86aff98714198d4e339312fc7384585cb43a348 (patch) | |
tree | 3811e19da9e2898673ed7c4b66ae342e0db2ca04 /ext/mysqlnd/mysqlnd_structs.h | |
parent | a8d4e29badec168b23e6b2b6026cfafa9f3f83b6 (diff) | |
download | php-git-a86aff98714198d4e339312fc7384585cb43a348.tar.gz |
count the queries
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_structs.h | 1 |
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; |