Home
last modified time | relevance | path

Searched refs:client_flags (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/mysql/
H A Dphp_mysql.c726 long client_flags = 0; local
774 client_flags = CLIENT_INTERACTIVE;
780 &client_flags)==FAILURE) {
786 &new_link, &client_flags)==FAILURE) {
806 if ((PG(open_basedir) && PG(open_basedir)[0] != '\0') && (client_flags & CLIENT_LOCAL_FILES)) {
808 client_flags ^= CLIENT_LOCAL_FILES;
812 client_flags |= CLIENT_MULTI_RESULTS; /* compatibility with 5.2, see bug#50416 */
815 client_flags &= ~CLIENT_MULTI_STATEMENTS; /* don't allow multi_queries via connect parameter */
872 mysql->multi_query = client_flags & CLIENT_MULTI_STATEMENTS? 1:0;
924 mysql->multi_query = client_flags & CLIENT_MULTI_STATEMENTS? 1:0;
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h93 uint32_t client_flags; member
H A Dmysqlnd_auth.c85 auth_packet->client_flags = mysql_flags; in mysqlnd_auth_handshake()
H A Dmysqlnd.c457 auth_packet->client_flags = mysql_flags; in mysqlnd_switch_to_ssl_if_needed()
486 auth_packet->client_flags &= ~CLIENT_SSL; in mysqlnd_switch_to_ssl_if_needed()
H A Dmysqlnd_wireprotocol.c495 int4store(p, packet->client_flags); in php_mysqlnd_auth_write()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconnect.phpt18 … ( [string server [, string username [, string password [, bool new_link [, int client_flags]]]]] )
H A Dmysql_connect.phpt15 … ( [string server [, string username [, string password [, bool new_link [, int client_flags]]]]] )
/PHP-5.5/
H A DNEWS6942 - Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags). (Felipe)

Completed in 64 milliseconds