Index lengths not retrieved using drizzledump

Bug #651948 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 t1\G
*************************** 1. row ***************************
       Table: t1
Create Table: CREATE TABLE `t1` (
  `a` INT DEFAULT NULL,
  `b` TEXT COLLATE utf8_general_ci,
  KEY `b` (`b`(20))
) ENGINE=InnoDB COLLATE = utf8_general_ci
1 row in set (0 sec)

Drizzledump:

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

Related branches

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.