Employees sample database - storage_engine option deprecated and removed in MySQL 5.7.5
Bug #1359263 reported by
Daniel Price
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Sample database with test suite |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Hi,
The "storage_engine" option that used in employees.sql, is deprecated and will be removed in MySQL 5.7.5, as noted here:
http://
The "default_
set storage_engine = InnoDB;
-- set storage_engine = MyISAM;
-- set storage_engine = Falcon;
-- set storage_engine = PBXT;
-- set storage_engine = Maria;
select CONCAT('storage engine: ', @@storage_engine) as INFO;
Thank you,
Dan Price
MySQL Documentation Team
Changed in test-db: | |
status: | New → Fix Committed |
To post a comment you must log in.
It says fix committed but I'm not seeing it fixed. This problem is still very much there in this download:
https:/ /launchpadlibra rian.net/ 24493586/ employees_ db-full- 1.0.6.tar. bz2
In what version was it fixed, and how. As a side note there is a new variable now default_ storage_ engine. I'm not sure if it does the same thing.
http:// dev.mysql. com/doc/ refman/ 5.7/en/ server- options. html#option_ mysqld_ default- storage- engine