[MDEV-6186] Add support for virtual columns to TokuDB Created: 2014-04-29  Updated: 2023-08-23  Resolved: 2023-08-23

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - TokuDB, Virtual Columns
Fix Version/s: N/A

Type: Task Priority: Minor
Reporter: Heinz Wiesinger Assignee: Unassigned
Resolution: Won't Do Votes: 3
Labels: tokudb, upstream


 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.



 Comments   
Comment by Ralf Gebhardt [ 2017-09-29 ]

see the linked issue

Comment by Steven McDowall [ 2017-09-29 ]

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

Comment by Marko Mäkelä [ 2023-08-23 ]

MDEV-19780 removed the TokuDB storage engine.

Generated at Thu Feb 08 07:10:00 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.