mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
Add test placeholder for bug 1214114.
This commit is contained in:
7
t/lib/samples/dupekeys/prefix_bug_1214114.sql
Normal file
7
t/lib/samples/dupekeys/prefix_bug_1214114.sql
Normal 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
|
Reference in New Issue
Block a user