Home
last modified time | relevance | path

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

/PHP-5.3/ext/pdo_mysql/
H A Dmysql_driver.c624 char *init_cmd = NULL; local
680 init_cmd = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_INIT_COMMAND, NULL TSRMLS_CC);
681 if (init_cmd) {
682 if (mysql_options(H->server, MYSQL_INIT_COMMAND, (const char *)init_cmd)) {
683 efree(init_cmd);
687 efree(init_cmd);

Completed in 8 milliseconds