Uploaded image for project: 'DdlUtils'
  1. DdlUtils
  2. DDLUTILS-32

I want to be able to specify the table type/engine when i create tables in mysql.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.0 RC1
    • Core - MySql
    • None

    Description

      In MySQL, a table type or engine can be specified after the "create table" statement, like so:
      CREATE TABLE table
      (
      column INTEGER
      ) ENGINE=InnoDB

      "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 available beginning with MySQL 3.23.0, the first version of MySQL for which multiple storage engines were available."

      Attachments

        1. DDLUTILS-32.patch
          19 kB
          Christoffer Hammarström

        Activity

          People

            tomdz Thomas Dudziak
            kreiger Christoffer Hammarström
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: