mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
6 lines
117 B
SQL
6 lines
117 B
SQL
CREATE TABLE `t` (
|
|
`i` int(11) default NULL,
|
|
`J` int(11) default NULL,
|
|
KEY `Foo_Bar` (`i`,`J`)
|
|
) ENGINE=InnoDB
|