Bug #21034 | Mysql 4.1 -> MySQL 5.1: FLOAT becomes FLOAT(0,0) | ||
---|---|---|---|
Submitted: | 13 Jul 2006 13:39 | Modified: | 8 Aug 2006 15:35 |
Reporter: | Roland Bouman | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Migration Toolkit | Severity: | S3 (Non-critical) |
Version: | 1.1.1 beta | OS: | |
Assigned to: | CPU Architecture: | Any | |
Tags: | FLOAT, Migration Toolkit, MySQL |
[13 Jul 2006 13:39]
Roland Bouman
[14 Jul 2006 12:41]
MySQL Verification Team
Thank you for the bug report. DROP TABLE IF EXISTS `db78`.`t`; CREATE TABLE `db78`.`t` ( `col` FLOAT(0, 0) NULL ) ENGINE = INNODB;
[8 Aug 2006 15:35]
Michael G. Zinner
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html