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
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?
___