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

Add support for virtual columns to TokuDB

    Details

    • Type: Task
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Fix Version/s: 10.1
    • Component/s: None
    • Labels:

      Description

      TokuDB currently does not support virtual columns. When trying to create a table that does, for example

      CREATE TABLE test (
          str1 varchar(10) NOT NULL,
          str2 varchar(10) NOT NULL,
          combined varchar(20) as (CONCAT(str1, str2)) PERSISTENT
      ) ENGINE=TokuDB;
      

      one gets an error message

      ERROR 1910 (HY000): TokuDB storage engine does not support computed columns
      

      It would be really nice to see support for virtual columns in TokuDB as well.

        Gliffy Diagrams

          Attachments

            Activity

            There are no comments yet on this issue.

              People

              • Assignee:
                Unassigned
                Reporter:
                pprkut Heinz Wiesinger
              • Votes:
                1 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated: