summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-08-09 17:01:57 +0000
committerAndrey Hristov <andrey@php.net>2010-08-09 17:01:57 +0000
commitf8c26805091a68b3bbc50e0e30b17a1a45b58bb6 (patch)
tree4364f4c234407f3ab0ef2cc2588dc9a01ca236af /ext/mysqlnd/mysqlnd_structs.h
parentcf7d0fb4e78982dd274cc94a57810f88de18d128 (diff)
downloadphp-git-f8c26805091a68b3bbc50e0e30b17a1a45b58bb6.tar.gz
Lay foundations for named pipe support in mysqlnd
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r--ext/mysqlnd/mysqlnd_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h
index 450047202a..4c3ffdb892 100644
--- a/ext/mysqlnd/mysqlnd_structs.h
+++ b/ext/mysqlnd/mysqlnd_structs.h
@@ -161,7 +161,7 @@ typedef struct st_mysqlnd_options
char * unused3;
char * unused4;
char * unused5;
- zend_bool unused6;
+ enum_mysqlnd_protocol_type protocol;
char *charset_name;
/* maximum allowed packet size for communication */