mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
5 lines
133 B
SQL
5 lines
133 B
SQL
CREATE TABLE `issue_131_sel` (
|
|
`name` varchar(16) default NULL,
|
|
`id` int(11) default NULL
|
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|