Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-14860

Documented STORAGE ENGINE table option does not work

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Trivial
    • Resolution: Unresolved
    • 5.5, 10.0, 10.1, 10.2
    • 10.4
    • Parser
    • None

    Description

      According to documentation, this should work:

      create table t1 (i int) storage engine InnoDB;
      

      but it doesn't:

      MariaDB [test]> create table t1 (i int) storage engine InnoDB;
      ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'engine InnoDB' at line 1
      

      Possibly it's just a documentation issue.

      Attachments

        Activity

          People

            bar Alexander Barkov
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.