[MDEV-15995] Drop extra semicolon in VARIABLE_COMMENT for SYSTEM_VERSIONING_ALTER_HISTORY Created: 2018-04-23  Updated: 2018-05-12  Resolved: 2018-05-12

Status: Closed
Project: MariaDB Server
Component/s: Variables, Versioned Tables
Affects Version/s: 10.3
Fix Version/s: 10.3.7

Type: Bug Priority: Trivial
Reporter: Elena Stepanova Assignee: Eugene Kosov (Inactive)
Resolution: Fixed Votes: 0
Labels: None


 Description   

10.3 c39f8a80c9f

MariaDB [test]> select * from information_schema.system_variables where variable_name like 'system_versioning%' \G
*************************** 1. row ***************************
        VARIABLE_NAME: SYSTEM_VERSIONING_ALTER_HISTORY
        SESSION_VALUE: KEEP
         GLOBAL_VALUE: ERROR
  GLOBAL_VALUE_ORIGIN: SQL
        DEFAULT_VALUE: ERROR
       VARIABLE_SCOPE: SESSION
        VARIABLE_TYPE: ENUM
     VARIABLE_COMMENT: Versioning ALTER TABLE mode. ERROR: Fail ALTER with error; KEEP: Keep historical system rows and subject them to ALTER; 
    NUMERIC_MIN_VALUE: NULL
    NUMERIC_MAX_VALUE: NULL
   NUMERIC_BLOCK_SIZE: NULL
      ENUM_VALUE_LIST: ERROR,KEEP
            READ_ONLY: NO
COMMAND_LINE_ARGUMENT: REQUIRED
*************************** 2. row ***************************
        VARIABLE_NAME: SYSTEM_VERSIONING_ASOF
...

Lose the trailing semicolon in the comment.



 Comments   
Comment by Eugene Kosov (Inactive) [ 2018-04-27 ]

https://github.com/MariaDB/server/pull/734

Generated at Thu Feb 08 08:25:34 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.