mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
4 lines
95 B
SQL
4 lines
95 B
SQL
CREATE TEMPORARY TABLE `t` (
|
|
`a` int(11) default NULL
|
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|