[MDEV-11066] use MySQL terminology for "virtual columns" Created: 2016-10-16  Updated: 2016-12-13  Resolved: 2016-12-13

Status: Closed
Project: MariaDB Server
Component/s: Virtual Columns
Fix Version/s: 10.2.3

Type: Task Priority: Major
Reporter: Sergei Golubchik Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: None


 Description   

For MySQL compatibility and simply because it's better MariaDB should change the terminology and code around "virtual columns" as follows:

  • use "generated", not "virtual" or "computed" in error messages
  • use GENERATED ALWAYS AS in SHOW CREATE TABLE
  • use STORED, not PERSISTENT
  • show VIRTUAL GENERATED and STORED GENERATED (not PERSISTENT) in SHOW FIELDS
  • update the manual accordingly
  • rename ER_.... constants accordingly (but keep compatibility aliases)
  • this task does not cover changing the code, like renaming methods and variables

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