Bug #31558 | Migration toolkit should transform SqlServer's boolean into Bit and not TinyInt | ||
---|---|---|---|
Submitted: | 12 Oct 2007 9:03 | Modified: | 16 Apr 2009 12:57 |
Reporter: | Christian Cunlif | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Migration Toolkit | Severity: | S2 (Serious) |
Version: | 5.0.12 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[12 Oct 2007 9:03]
Christian Cunlif
[12 Oct 2007 12:42]
MySQL Verification Team
Thank you for the bug report.
[16 Apr 2009 12:57]
Axel Schwenke
Thank you for taking the time to write to us, but this is not a bug. MySQL defines a type alias BOOLEAN for TINYINT(1) and the Migration Toolkit uses it.