← Back to team overview

enterprise-support team mailing list archive

[Bug 1359263] [NEW] Employees sample database - storage_engine option deprecated and removed in MySQL 5.7.5

 

Public bug reported:

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://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-5.html

The "default_storage_engine" option should be used instead. Here is the
section in the employees.sql file that should be updated to use
default_storage_engine".

    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

** Affects: test-db
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1359263

Title:
  Employees sample database - storage_engine option deprecated and
  removed in MySQL 5.7.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/test-db/+bug/1359263/+subscriptions


Follow ups

References