Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 4892 invoked from network); 28 Nov 2005 15:41:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Nov 2005 15:41:14 -0000 Received: (qmail 22549 invoked by uid 500); 28 Nov 2005 10:15:04 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 22516 invoked by uid 500); 28 Nov 2005 10:15:04 -0000 Mailing-List: contact ddlutils-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-dev@db.apache.org Delivered-To: mailing list ddlutils-dev@db.apache.org Received: (qmail 22484 invoked by uid 99); 28 Nov 2005 10:15:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2005 02:15:01 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 6987DCB for ; Mon, 28 Nov 2005 11:14:40 +0100 (CET) Message-ID: <413952287.1133172880388.JavaMail.jira@ajax.apache.org> Date: Mon, 28 Nov 2005 11:14:40 +0100 (CET) From: =?UTF-8?Q?Christoffer_Hammarstr=C3=B6m_=28JIRA=29?= To: ddlutils-dev@db.apache.org Subject: [jira] Commented: (DDLUTILS-32) I want to be able to specify the table type/engine when i create tables in mysql. In-Reply-To: <1805378890.1129207204797.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DDLUTILS-32?page=3Dcomments#acti= on_12358632 ]=20 Christoffer Hammarstr=C3=B6m commented on DDLUTILS-32: ------------------------------------------------- Great, thanks! > I want to be able to specify the table type/engine when i create tables i= n mysql. > -------------------------------------------------------------------------= -------- > > Key: DDLUTILS-32 > URL: http://issues.apache.org/jira/browse/DDLUTILS-32 > Project: DdlUtils > Type: New Feature > Reporter: Christoffer Hammarstr=C3=B6m > Assignee: Thomas Dudziak > Attachments: DDLUTILS-32.patch > > In MySQL, a table type or engine can be specified after the "create table= " statement, like so: > CREATE TABLE table > ( > column INTEGER > ) ENGINE=3DInnoDB > "TYPE" is a synonym for "ENGINE". > http://dev.mysql.com/doc/refman/4.1/en/storage-engines.html says "ENGINE = is the preferred term, but cannot be used before MySQL 4.0.18. TYPE is avai= lable beginning with MySQL 3.23.0, the first version of MySQL for which mul= tiple storage engines were available." --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira