Add test placeholder for bug 1214114.

This commit is contained in:
Daniel Nichter
2013-12-11 18:40:08 -08:00
parent 8ed6c956ac
commit 36cb76d3e9
2 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
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