|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2020-11-03 20:40 UTC] marines@php.net
 
-Status:      Open
+Status:      Analyzed
-Assigned To:
+Assigned To: marines
  [2020-11-06 15:44 UTC] marines@php.net
  [2020-11-17 12:19 UTC] nikic@php.net
  [2020-11-17 12:19 UTC] nikic@php.net
 
-Status: Analyzed
+Status: Closed
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 17:00:02 2025 UTC | 
Description: ------------ change default engine in tests from MyISAM to InnoDB 0) connector-php-devapi/tests/connect.inc $engine = get_mysqlx_env("MYSQLX_TEST_ENGINE", "MYSQLX_ENGINE", "MyISAM"); 1) mysqli/tests/connect.inc $engine = getenv("MYSQL_TEST_ENGINE") ? getenv("MYSQL_TEST_ENGINE") : "MyISAM"; 2) pdo_mysql/tests/config.inc: define('PDO_MYSQL_TEST_ENGINE', (false !== getenv('PDO_MYSQL_TEST_ENGINE')) ? getenv('PDO_MYSQL_TEST_ENGINE') : 'MyISAM');