mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
8 lines
211 B
Text
8 lines
211 B
Text
|
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;
|