]> granicus.if.org Git - php/commitdiff
PDO MySQL: Don't skip two LOCAL_INFILE tests with libmysqlclient
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 11 Dec 2020 13:19:57 +0000 (14:19 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 11 Dec 2020 13:48:43 +0000 (14:48 +0100)
ext/pdo_mysql/tests/pdo_mysql_local_infile_default_off.phpt
ext/pdo_mysql/tests/pdo_mysql_local_infile_set_on.phpt

index 4c9f60ea1190d5fc3c9d05f6dc6e3d17f1ca8a17..810adce7e7b7f82502d70cd9593f00d60ca2b624 100644 (file)
@@ -5,8 +5,6 @@ ensure default for local infile is off
 require_once(__DIR__ . DIRECTORY_SEPARATOR . 'skipif.inc');
 require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
 MySQLPDOTest::skip();
-if (!MYSQLPDOTest::isPDOMySQLnd())
-    die("skip mysqlnd only test");
 ?>
 --FILE--
 <?php
index 06da4a5ed77970901b2ff36d859ec14381629051..4e163348b0f540b1ad0801022063dd89d91f9b4c 100644 (file)
@@ -5,8 +5,6 @@ enable local infile
 require_once(__DIR__ . DIRECTORY_SEPARATOR . 'skipif.inc');
 require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
 MySQLPDOTest::skip();
-if (!MYSQLPDOTest::isPDOMySQLnd())
-    die("skip mysqlnd only test");
 ?>
 --FILE--
 <?php