Bug #91782 Model's default target MySQL Version should not be 5.6.30 in Workbench 8.0.11
Submitted: 25 Jul 2018 2:31 Modified: 19 Sep 2018 22:27
Reporter: Tsubasa Tanaka (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S3 (Non-critical)
Version:8.0.11-rc OS:Any
Assigned to: CPU Architecture:Any

[25 Jul 2018 2:31] Tsubasa Tanaka
Description:
Default value of "Default target MySQL Version" in MySQL Workbench 8.0.11 is "5.6.30".
This is too old version of mysqld.

How to repeat:
1. Install "MySQL Workbench 8.0.11-rc" freshly.
2. Open "Edit" > "Preferences" > "Modeling" > "MySQL" and look for "Default target MySQL Version"

----

Or see https://github.com/mysql/mysql-workbench/blob/8.0.11/plugins/db.mysql/backend/db_plugin_be... and confirm "5.6.30" is hard-coded.

Suggested fix:
Change "5.6.30" to "8.0.11".
[25 Jul 2018 2:51] Tsubasa Tanaka
MySQL Workbench 8.0.11 has been released at 2018/04/19 and MySQL Server 5.6.30 has been released at 2016/04/11..

https://dev.mysql.com/doc/relnotes/workbench/en/changes-8-0.html
https://dev.mysql.com/doc/relnotes/mysql/5.6/en/
[25 Jul 2018 4:38] MySQL Verification Team
Hello Tanaka-San,

Thank you for the report and feedback!
Workaround is to manually change "Default Target MySQL Version".

Thanks,
Umesh
[10 Aug 2018 8:59] Miguel Tadeu Mota
Posted by developer:
 
It now defaults to the latest version. 

commit id: ee923ffa1a4993e46ff47ec1135c36ea13e70ff1
[19 Sep 2018 22:27] Christine Cole
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 8.0.13 release, and here's the changelog entry:

The default target version of MySQL to use with MySQL Workbench models was
set to MySQL 5.6.30 and did not increment automatically. With this fix,
the value now defaults to the latest version. The default target version
can also be set manually (see Preferences: Modeling: MySQL).

Thank you for the bug report.