Skip to:
Content

BuddyPress.org

Opened 7 years ago

Closed 7 years ago

#7602 closed defect (bug) (fixed)

PHPUnit bootstraps throws warning on MySQL 5.7+.

Reported by: djpaul's profile DJPaul Owned by: netweb's profile netweb
Milestone: 3.0 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords:
Cc:

Description

On MySQL 5.7+, the SET storage_engine = INNODB line in our install script throws a warning, because that system environment variable has been removed (it was deprecated in 5.6). The fix is to change the variable name to default_storage_engine.

Change History (1)

#1 @djpaul
7 years ago

  • Resolution set to fixed
  • Status changed from new to closed

In 11702:

CI, Tests: fix MySQL 5.7+ warning when running unit test install script.

The previous system environment variable name was deprecated in MySQL 5.6, and removed in 5.7.

Fixes #7602

Note: See TracTickets for help on using tickets.