1214
1214
# Bug#25629 CREATE TABLE LIKE does not work with INFORMATION_SCHEMA
1217
1217
create table t1 like data_dictionary.processlist;
1218
1218
create table t1 like data_dictionary.processlist engine=innodb;
1222
1222
create temporary table t1 like data_dictionary.processlist;
1223
1223
create temporary table t1 like data_dictionary.processlist engine=myisam;