From 1ff43522630f0f98c20e884890f77e6593a43f3b Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Tue, 15 Jan 2013 10:04:59 +0100 Subject: Add support for connect attributes, as of MySQL 5.6 --- ext/mysqlnd/mysqlnd_wireprotocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h') diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h index e9c9024d04..26dd4c65ae 100644 --- a/ext/mysqlnd/mysqlnd_wireprotocol.h +++ b/ext/mysqlnd/mysqlnd_wireprotocol.h @@ -103,7 +103,7 @@ typedef struct st_mysqlnd_packet_auth { zend_bool send_auth_data; zend_bool is_change_user_packet; zend_bool silent; - + HashTable *connect_attr; } MYSQLND_PACKET_AUTH; /* Auth response packet */ -- cgit v1.2.1