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

Add support for virtual columns to TokuDB

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

          ralf.gebhardt Ralf Gebhardt added a comment -

          see the linked issue

          ralf.gebhardt Ralf Gebhardt added a comment - see the linked issue

          Yes – it's been sitting around without any activity / movement for 6 months now. Not really progress in my book.

          sjmcdowall Steven McDowall added a comment - Yes – it's been sitting around without any activity / movement for 6 months now. Not really progress in my book.

          MDEV-19780 removed the TokuDB storage engine.

          marko Marko Mäkelä added a comment - MDEV-19780 removed the TokuDB storage engine.

          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.