Opened 9 years ago
Closed 9 years ago
#7602 closed defect (bug) (fixed)
PHPUnit bootstraps throws warning on MySQL 5.7+.
| Reported by: | DJPaul | Owned by: | netweb |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | 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.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 11702: