Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-1386

Create table statement doesn't allow usage of C style comments in it

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.1.3
    • 1.2.0
    • None
    • None
    • 2018-10, 2018-11

    Description

      Query:

      CREATE TABLE f_supp
      (
      i TINYINT NOT NULL
      /*,b INT NOT NULL
      ,c CHAR(1) NOT NULL */
      ) ENGINE=ColumnStore;
      

      returns error:

      Error Code: 1178. The storage engine for the table doesn't support The syntax or the data type(s) is not supported by Columnstore. Please check the Columnstore syntax guide for supported syntax or data types.
      

      Expected:
      This is allowed syntax. It is expected multi line comments to be recognized as such.

      Attachments

        Activity

          People

            dleeyh Daniel Lee (Inactive)
            elena.kotsinova Elena Kotsinova (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

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