diff options
author | Andrey Hristov <andrey@php.net> | 2008-02-11 16:44:48 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2008-02-11 16:44:48 +0000 |
commit | cf07e941f10a2ce263b3888e8b8950b17d0e21e5 (patch) | |
tree | a07b007c8cadf50896375d8c76e42ce2129ec504 /ext/mysqlnd/mysqlnd_structs.h | |
parent | 80861c001e4cee45b2f405bec0474ba431cfc4f1 (diff) | |
download | php-git-cf07e941f10a2ce263b3888e8b8950b17d0e21e5.tar.gz |
cvs sync
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_structs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h index 55f15fd9f8..5da7bd2bb9 100644 --- a/ext/mysqlnd/mysqlnd_structs.h +++ b/ext/mysqlnd/mysqlnd_structs.h @@ -399,9 +399,6 @@ struct st_mysqlnd_connection unsigned long client_flag; unsigned long server_capabilities; - int tmp_int; - - /* For UPSERT queries */ mysqlnd_upsert_status upsert_status; char *last_message; |