summaryrefslogtreecommitdiff
path: root/mysql-test/r/warnings_engine_disabled.result
blob: aa6170a60a7e76b71b77b333e864383be9edc40d (plain)
1
2
3
4
5
6
7
create table t1 (id int) engine=NDB;
Warnings:
Warning	1266	Using storage engine MyISAM for table 't1'
alter table t1 engine=NDB;
Warnings:
Warning	1266	Using storage engine MyISAM for table 't1'
drop table t1;