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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 21:01:29 2024 UTC