Table comments not retrieved using drizzledump

Bug #651950 reported by Andrew Hutchings
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
High
Andrew Hutchings
7.0
Fix Released
High
Andrew Hutchings

Bug Description

drizzle> show create table t2\G
*************************** 1. row ***************************
       Table: t2
Create Table: CREATE TABLE `t2` (
  `a` INT DEFAULT NULL,
  `b` TEXT COLLATE utf8_general_ci
) ENGINE=InnoDB COMMENT='hello world' COLLATE = utf8_general_ci
1 row in set (0 sec)

Drizzledump output:

DROP TABLE IF EXISTS `t2`;
CREATE TABLE `t2` (
  `a` INT DEFAULT NULL,
  `b` TEXT COLLATE utf8_general_ci DEFAULT NULL
) ENGINE=InnoDB COLLATE = utf8_general_ci;

Related branches

Changed in drizzle:
milestone: none → 2010-10-11
assignee: nobody → Andrew Hutchings (linuxjedi)
importance: Undecided → High
status: New → Triaged
Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

Wait for bug #652228 to merge as this fix will conflict.

Changed in drizzle:
status: Triaged → Fix Committed
Changed in drizzle:
status: Fix Committed → Fix Released
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.