Drizzledump not preserving column comments during migration from MySQL

Bug #683931 reported by Patrick Crews
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Medium
Andrew Hutchings
7.0
Fix Released
Medium
Andrew Hutchings

Bug Description

After migrating this table from MySQL:
CREATE TABLE t1 (a INT COMMENT '.') ENGINE=MyISAM;

We have this table on Drizzle:
SHOW CREATE TABLE drizzledump_migrate_test.t1;
Table Create Table
t1 CREATE TABLE `t1` (
  `a` INT DEFAULT NULL
) ENGINE=InnoDB COLLATE = utf8_general_ci

Table comments are preserved as expected.

To repeat, use the attached branch:
./test-run --suite=mysql_migrate comments

To use the tests in this suite you need the following:
1) You need a running MySQL server
2) Set two environment vars:
  DRIZZLE_MYSQL_MIGRATE_TEST=1
  DRIZZLE_MYSQL_MIGRATE_PORT= port where MySQL is running

Related branches

Changed in drizzle:
assignee: nobody → Andrew Hutchings (linuxjedi)
status: New → Confirmed
Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

support for this appears to be missing :/

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.