Comment 4 for bug 309847

Revision history for this message
Jay Pipes (jaypipes) wrote :

Actually, it seems this may have been fixed already:

drizzle> use test
Database changed
drizzle> create table t1 (id int) engine=NDB;
ERROR 1286 (42000): Unknown table engine 'NDB'

So, I've fixed up the test case to reflect it...

Padraig, we'll have to attack another bug for you :)