Home
last modified time | relevance | path

Searched refs:CLIENT_MULTI_STATEMENTS (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pdo_mysql/
H A Dmysql_driver.c692 #ifdef CLIENT_MULTI_STATEMENTS
694 connect_opts |= CLIENT_MULTI_STATEMENTS;
696 connect_opts |= CLIENT_MULTI_STATEMENTS;
/php-src/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt78 // CLIENT_MULTI_STATEMENTS - should be disabled silently
H A Dmysqli_real_connect.phpt76 // CLIENT_MULTI_STATEMENTS - should be disabled silently
/php-src/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h96 #define CLIENT_MULTI_STATEMENTS (1UL << 16) /* Enable/disable multi-stmt support */ macro
H A Dmysqlnd_commands.c511 DBG_INF_FMT("CLIENT_MULTI_STATEMENTS=%d", client_capabilities & CLIENT_MULTI_STATEMENTS? 1:0); in MYSQLND_METHOD()
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c112 flags &= ~CLIENT_MULTI_STATEMENTS; /* don't allow multi_queries via connect parameter */

Completed in 17 milliseconds