summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
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;