Bug #10635 | Loss of data when converting from InnoDB to MERGE | ||
---|---|---|---|
Submitted: | 13 May 2005 20:30 | Modified: | 13 May 2005 20:56 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Administrator | Severity: | S1 (Critical) |
Version: | 1.0.20 | OS: | Windows (Windows XP SP2/Server 2003) |
Assigned to: | CPU Architecture: | Any |
[13 May 2005 20:30]
[ name withheld ]
[13 May 2005 20:56]
MySQL Verification Team
You can't convert an InnoDB table to Merge: http://dev.mysql.com/doc/mysql/en/merge-storage-engine.html A MERGE table is a collection of identical MyISAM tables that can be used as one. ``Identical'' means that all tables have identical column and index information.