On 08/20/2010 11:07 AM, Prafulla Tekawade wrote:
Hi,
I am trying to create user table with memory storage engine
but I am getting following error.
Looking at heap engine code looks like, it is now allowed only
for temptable.

drizzle>  create table t2(i int)engine=memory;
ERROR 1005 (HY000): Can't create table 'test.t2' (errno: 138)

Are there plans to replace these "errno" errors with the real errors?
MySQL/Drizzle seem to be almost the only projects who only speak in these numbers when an error occurs.

drizzle>  create table t2(i int)engine=heap;
ERROR 1286 (42000): Unknown table engine 't2'

Should this actually say: Unknown table engine 'heap'?
Does Drizzle actually try to use the "t2" engine or is this just a bug in the error message?

Regards,
  Dennis

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to