In helping to clean up some of our Drizzle unit tests I came across the
following test:
#
# Test for handler type, will select MyISAM and print a warning
# about that - since NDB is disabled
#
create table t1 (id int) engine=NDB;
alter table t1 engine=NDB;
drop table t1;
So in MySQL if the engine is disabled you get a warning. Is that what
Drizzle should do also? Shouldn't we give an error in this case?
Thoughts??
-Lee
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp