mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
This test needs local infile enabled
This commit is contained in:
parent
e55f08a5ae
commit
ea75b1b5db
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ if (($tmp[1] !== 'localhost') && ($tmp[1] !== '127.0.0.1'))
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
|
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
|
||||||
|
putenv('PDOTEST_ATTR='.serialize([PDO::MYSQL_ATTR_LOCAL_INFILE=>true]));
|
||||||
$db = MySQLPDOTest::factory();
|
$db = MySQLPDOTest::factory();
|
||||||
MySQLPDOTest::createTestTable($db, MySQLPDOTest::detect_transactional_mysql_engine($db));
|
MySQLPDOTest::createTestTable($db, MySQLPDOTest::detect_transactional_mysql_engine($db));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue