Files
percona-toolkit/t/lib/samples/dupekeys/prefix_bug_1214114.sql
2013-12-11 18:40:08 -08:00

8 lines
204 B
SQL

CREATE TABLE `t` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`a` varchar(200) DEFAULT NULL,
`b` decimal(22,0) NOT NULL,
PRIMARY KEY (`id`),
KEY `b` (`b`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1