mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
7 lines
135 B
SQL
7 lines
135 B
SQL
CREATE TABLE `issue_295` (
|
|
`a` int(11) NOT NULL,
|
|
`b` int(11) NOT NULL,
|
|
UNIQUE KEY `i` (`a`),
|
|
KEY `j` (`a`,`b`)
|
|
) ENGINE=InnoDB
|