Bug #10765 | Access DECIMAL fields converted to varchar | ||
---|---|---|---|
Submitted: | 20 May 2005 13:32 | Modified: | 15 Jun 2005 8:41 |
Reporter: | Richard Black | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Migration Toolkit | Severity: | S2 (Serious) |
Version: | 1.0.6 Beta | OS: | Windows (Windows XP) |
Assigned to: | Michael G. Zinner | CPU Architecture: | Any |
[20 May 2005 13:32]
Richard Black
[20 May 2005 17:27]
MySQL Verification Team
Thank you for the bug report, below the script created: -- ---------------------------------------------------------------------- -- SQL create script -- ---------------------------------------------------------------------- DROP DATABASE IF EXISTS `db1`; CREATE DATABASE `db1` CHARACTER SET latin1 COLLATE latin1_swedish_ci; CREATE TABLE `db1`.`Table1` ( `as` VARCHAR(18) NULL, `sd` VARCHAR(50) NULL ) ENGINE = INNODB;
[15 Jun 2005 8:41]
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 bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html