mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 03:44:55 +00:00
Add lib/, t/lib/, and sandbox/. All modules are updated and passing on MySQL 5.1.
This commit is contained in:
8
t/lib/samples/dupe_keys_thrice.sql
Normal file
8
t/lib/samples/dupe_keys_thrice.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE `dupe_key` (
|
||||
`a` int(11) default NULL,
|
||||
`b` int(11) default NULL,
|
||||
`c` int(11) default NULL,
|
||||
KEY `a` (`a`),
|
||||
KEY `a_2` (`a`,`b`),
|
||||
KEY `a_3` (`a`,`b`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
Reference in New Issue
Block a user