Searched refs:local_infile (Results 1 – 7 of 7) sorted by relevance
3 $stmt = $db->query("SHOW VARIABLES LIKE 'local_infile'");5 die("skip Server variable 'local_infile' seems not set to 'ON', found '". $row['value'] ."'");
16 $res = mysqli_query($link, 'SHOW VARIABLES LIKE "local_infile"');
14 $res = mysqli_query($link, 'SHOW VARIABLES LIKE "local_infile"');
10 if (!$res = mysqli_query($link, 'SHOW VARIABLES LIKE "local_infile"'))11 return "Cannot check if Server variable 'local_infile' is set to 'ON'";16 … return sprintf("Server variable 'local_infile' seems not set to 'ON', found '%s'", $row['Value']);
558 ZVAL_BOOL(return_value, H->local_infile);774 H->local_infile = 1;777 H->local_infile = 0;899 unsigned int local_infile = H->local_infile; local900 if (mysql_options(H->server, MYSQL_OPT_LOCAL_INFILE, (const char *)&local_infile)) {
107 unsigned local_infile:1; member
460 mysql -uroot -proot -e "SET GLOBAL local_infile = true"766 # Ensure local_infile tests can run.767 mysql -uroot -proot -e "SET GLOBAL local_infile = true"804 # Ensure local_infile tests can run.805 mysql -uroot -proot -e "SET GLOBAL local_infile = true"
Completed in 25 milliseconds