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

Add support for virtual columns to TokuDB

    XMLWordPrintable

Details

    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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            pprkut Heinz Wiesinger
            Votes:
            3 Vote for this issue
            Watchers:
            10 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.