Bug #36227 | Table will not create when migrating from SQL Server 2005 | ||
---|---|---|---|
Submitted: | 21 Apr 2008 11:32 | Modified: | 22 Oct 2008 15:31 |
Reporter: | Declan O Loughlin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Migration Toolkit | Severity: | S2 (Serious) |
Version: | 1.1.12 | OS: | Windows (XP/Service Pack 2) |
Assigned to: | Mike Lischke | CPU Architecture: | Any |
[21 Apr 2008 11:32]
Declan O Loughlin
[29 Apr 2008 16:54]
MySQL Verification Team
Thank you for the bug report. I just created a similar table of your test case and I was able to migrate: c:\dbs>5.0\bin\mysql -uroot bugtest_dbo Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 7 Server version: 5.0.60-nt Source distribution Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> show create table company\G *************************** 1. row *************************** Table: company Create Table: CREATE TABLE `company` ( `CompID` varchar(12) character set utf8 NOT NULL, `AddrID` varchar(12) character set utf8 default NULL, `CompName` varchar(50) character set utf8 default NULL, `CompRegNo` varchar(20) character set utf8 default NULL, `CurrencyID` varchar(12) character set utf8 default NULL, `CompCD` varchar(4) character set utf8 default NULL, `RecordStatus` int(10) default NULL, `UseDecQtys` tinyint(3) default NULL, `VatNo` varchar(25) default NULL, `TStamp` timestamp NULL default NULL, PRIMARY KEY (`CompID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 1 row in set (0.00 sec) mysql> Could you please provide the file of one database which presents the behavior reported and I will attach it to test?. Thanks in advance.
[30 Apr 2008 8:30]
Declan O Loughlin
Hi, Thanks for the update. The tables will migrate if the are in the dbo schema area of SQL Server 2005. They will not migrate if they are in the GeneralTables schema area as in the example below. Thanks. Declan
[30 Apr 2008 11:49]
MySQL Verification Team
Thank you for the feedback. Verified according last comment instructions.
[19 Aug 2008 12:54]
Matt Read
Any ETA on a fix for this? We're currently evaluating Oracle and MySQL as targets for a migration of an enterprise system aware from MSSQL and this issue blocks evaluation of MySQL.
[19 Aug 2008 14:09]
Matt Read
"aware" above obviously should have read "away" - as far away as possible in fact.
[22 Oct 2008 15:31]
Mike Lischke
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