mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
6 lines
134 B
SQL
6 lines
134 B
SQL
CREATE TABLE `t2` (
|
|
`a` int(11) NOT NULL,
|
|
`b` char(50) default NULL,
|
|
PRIMARY KEY (`a`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|