diff options
author | Andrey Hristov <andrey@php.net> | 2010-08-09 17:01:57 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-08-09 17:01:57 +0000 |
commit | f8c26805091a68b3bbc50e0e30b17a1a45b58bb6 (patch) | |
tree | 4364f4c234407f3ab0ef2cc2588dc9a01ca236af /ext/mysqlnd/mysqlnd_structs.h | |
parent | cf7d0fb4e78982dd274cc94a57810f88de18d128 (diff) | |
download | php-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.h | 2 |
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 */ |