Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c602 char *init_cmd = NULL; local
656 init_cmd = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_INIT_COMMAND, NULL TSRMLS_CC);
657 if (init_cmd) {
658 if (mysql_options(H->server, MYSQL_INIT_COMMAND, (const char *)init_cmd)) {
659 efree(init_cmd);
663 efree(init_cmd);

Completed in 10 milliseconds