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

CS objects' identifiers doesn't support U+0000..U+007f even when quoted

    XMLWordPrintable

Details

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

    Description

      The CS doesn't support full Unicode Basic Multilingual Plane (BMP) U+0001 .. U+007F as InnoDB does.

      MariaDB [cs]> create table `bb1#` (i int)engine=columnstore ;
      ERROR 1178 (42000): The storage engine for the table doesn't support IDB-1008: The syntax or the data type(s) is not supported by Columnstore. Please check the Columnstore syntax guide for supported syntax or data types.

      But

      MariaDB [cs]> create table `bb1#` (i int) ;
      Query OK, 0 rows affected (0.06 sec)

      Attachments

        Activity

          People

            dleeyh Daniel Lee (Inactive)
            drrtuy Roman
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.