Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/tests/
H A Dlocal_infile_tools.inc11 if (!$res = mysqli_query($link, 'SHOW VARIABLES LIKE "local_infile"'))
12 return "Cannot check if Server variable 'local_infile' is set to 'ON'";
17 … return sprintf("Server variable 'local_infile' seems not set to 'ON', found '%s'", $row['Value']);
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c601 long local_infile = pdo_attr_lval(driver_options, PDO_MYSQL_ATTR_LOCAL_INFILE, 0 TSRMLS_CC); local
638 local_infile = 0;
641 if (mysql_options(H->server, MYSQL_OPT_LOCAL_INFILE, (const char *)&local_infile)) {

Completed in 8 milliseconds