CREATE statment problem.

2002-03-09 Thread Victoria Reznichenko
zlab, Saturday, March 09, 2002, 6:23:24 AM, you wrote: zz> Hi, zz> I¡¦m a new user of MySQL verison 4.01 and found that the following zz> statement not working: zz> CREATE TABLE test TYPE = HEAP SELECT * FROM customer zz> If omit TYPE = HEAP, or using TYPE = INNOB or TYPE = MYISAM will

CREATE statment problem.

2002-03-08 Thread zlab zlab
Hi, I¡¦m a new user of MySQL verison 4.01 and found that the following statement not working: CREATE TABLE test TYPE = HEAP SELECT * FROM customer If omit TYPE = HEAP, or using TYPE = INNOB or TYPE = MYISAM will work, is it a bug? ___