diff options
author | Andrey Hristov <andrey@php.net> | 2009-10-06 12:53:01 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2009-10-06 12:53:01 +0000 |
commit | dc01e66027bc3b596fbe0160eedea532976c3004 (patch) | |
tree | df02db4caf4b6b3f992e68ec6222f509c122b62a /ext/mysqlnd/mysqlnd_structs.h | |
parent | a86aff98714198d4e339312fc7384585cb43a348 (diff) | |
download | php-git-dc01e66027bc3b596fbe0160eedea532976c3004.tar.gz |
revert the last change
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h index af1cdd1a5e..9612fa3fce 100644 --- a/ext/mysqlnd/mysqlnd_structs.h +++ b/ext/mysqlnd/mysqlnd_structs.h @@ -425,7 +425,6 @@ 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; |