mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Add lib/, t/lib/, and sandbox/. All modules are updated and passing on MySQL 5.1.
This commit is contained in:
7
t/lib/samples/dupekeys/issue-1192.sql
Normal file
7
t/lib/samples/dupekeys/issue-1192.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE `issue_1192` (
|
||||
`a` int(11) NOT NULL DEFAULT '0',
|
||||
`B` int(11) DEFAULT NULL,
|
||||
PRIMARY KEY (`a`),
|
||||
KEY `a` (`a`),
|
||||
KEY `B` (`B`)
|
||||
) ENGINE=InnoDB;
|
Reference in New Issue
Block a user