We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55f08a commit ea75b1bCopy full SHA for ea75b1b
ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt
@@ -48,6 +48,7 @@ if (($tmp[1] !== 'localhost') && ($tmp[1] !== '127.0.0.1'))
48
}
49
50
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
51
+ putenv('PDOTEST_ATTR='.serialize([PDO::MYSQL_ATTR_LOCAL_INFILE=>true]));
52
$db = MySQLPDOTest::factory();
53
MySQLPDOTest::createTestTable($db, MySQLPDOTest::detect_transactional_mysql_engine($db));
54
0 commit comments