3 messages in com.mysql.lists.clusterRe: Output of "show create table" for...
FromSent OnAttachments
yota...@uniadex.co.jp27 Dec 2007 18:22 
Jason Brooke27 Dec 2007 18:26 
John David Duncan27 Dec 2007 21:12 
Subject:Re: Output of "show create table" for Disk Data Table
From:John David Duncan (jd@mysql.com)
Date:12/27/2007 09:12:23 PM
List:com.mysql.lists.cluster

Hi,

After creating of the table, "show create table" shows the following information. The definition of storage disk is shown as comment. /*!50100 TABLESPACE ts_1 STORAGE DISK */ Is this correct result of "show create table"?

/*!50100 */ is a special sort of comment syntax in MySQL.

The manual says, "If you add a version number after the ! character, the syntax within the comment is executed only if the MySQL version is greater than or equal to the specified version number."

JD