Opened 8 years ago
Closed 8 years ago
#7602 closed defect (bug) (fixed)
PHPUnit bootstraps throws warning on MySQL 5.7+.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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.
Note: See
TracTickets for help on using
tickets.
In 11702: