Incorrect column display persistent

[expired user #8381]'s profile image [expired user #8381] posted 10 years ago in General Permalink
In the table:
create table table1
(
id INT NOT NULL, 
date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
name VARCHAR(255) AS (CONCAT('Documnet ', id, ' from ', DATE_FORMAT(date, '%d.%m.%Y %H:%i'))) PERSISTENT
);

Incorrectly displays the name column.
[expired user #8381]'s profile image [expired user #8381] posted 10 years ago Permalink
Sorry. In the latest build 4820, everything is fine.
ansgar's profile image ansgar posted 10 years ago Permalink
Is that "persistent" a MariaDB specific keyword?
[expired user #8381]'s profile image [expired user #8381] posted 10 years ago Permalink
https://mariadb.com/kb/en/mariadb/documentation/sql-commands/data-definition/create/virtual-columns/

Please login to leave a reply, or register at first.