php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #80312 change default engine from MyISAM to InnoDB
Submitted: 2020-11-03 20:38 UTC Modified: 2020-11-06 15:44 UTC
From: marines@php.net Assigned: marines (profile)
Status: Closed Package: mysql (PECL)
PHP Version: 7.4.12 OS: any
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: marines@php.net
New email:
PHP Version: OS:

 

 [2020-11-03 20:38 UTC] marines@php.net
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');



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [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
pull request submitted
https://github.com/php/php-src/pull/6405
 [2020-11-17 12:19 UTC] nikic@php.net
Automatic comment on behalf of dariusz.slusarczyk@oracle.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=79a606bd95abcceda3da668819426ddb583f7c56
Log: Fix #80312: change default engine from MyISAM to InnoDB in tests
 [2020-11-17 12:19 UTC] nikic@php.net
-Status: Analyzed +Status: Closed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Mar 11 07:01:30 2025 UTC