Bug #80020 | mysqlfrm doesn't work with 5.7 | ||
---|---|---|---|
Submitted: | 17 Jan 2016 22:23 | Modified: | 18 Jan 2016 7:05 |
Reporter: | Aleksandr Kuzminsky | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Utilities | Severity: | S3 (Non-critical) |
Version: | 1.3.5-2 | OS: | Ubuntu (14.04) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 5.7, mysqlfrm |
[17 Jan 2016 22:23]
Aleksandr Kuzminsky
[18 Jan 2016 6:03]
MySQL Verification Team
Hello Aleksandr, Thank you for the report. I'm not seeing this issue with MySQL Utilities 1.5.6 build. Could you please upgrade to latest MySQL Utilities 1.5.6 and let us know if you are still having this issue at your end then feel free change the status back to 'Open'. -- MySQL version 5.7.10, MySQL Utilities 1.5.6 [root@cluster-repo ~]# mysqlfrm --basedir /usr --port 3316 --user=root --verbose /var/lib/mysql/test/order.frm # Spawning server with --user=root. # Starting the spawned server on port 3316 ... done. # Reading .frm files # # Reading the order.frm file. # # CREATE statement for /var/lib/mysql/test/order.frm: # CREATE TABLE `test`.`order` ( `id` int(10) unsigned NOT NULL, `value` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 #...done. [root@cluster-repo ~]# mysqlfrm --version MySQL Utilities mysqlfrm version 1.5.6 License type: GPLv2 [root@cluster-repo ~]# rpm -qa|grep mysql-community-server mysql-community-server-5.7.10-2.el6.x86_64 Thanks, Umesh
[18 Jan 2016 6:38]
Aleksandr Kuzminsky
I can confirm that 1.5.6 fixes the issue. Thank you!
[18 Jan 2016 7:05]
MySQL Verification Team
Thank you Aleksandr for confirming, closing the bug for now. Thanks, Umesh