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

Unexpected errors upon CREATE TABLE .. WITH SYSTEM VERSIONING AS SELECT ...

Details

    Description

      MariaDB [test]> create or replace table t1 with system versioning  as select 1 as i;
      ERROR 1364 (HY000): Field 'i' doesn't have a default value
       
      MariaDB [test]> create or replace table t1 (i int) with system versioning  as select 1 as i;
      ERROR 1060 (42S21): Duplicate column name 'i'
      

      Without system versioning clause both variants work, of course.

      Attachments

        Activity

          elenst Elena Stepanova created issue -
          midenok Aleksey Midenkov made changes -
          Field Original Value New Value
          Assignee Sergei Golubchik [ serg ] Aleksey Midenkov [ midenok ]
          midenok Aleksey Midenkov made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          midenok Aleksey Midenkov made changes -
          Summary Unexpected ER_NO_DEFAULT_FOR_FIELD or ER_DUP_FIELDNAME upon CREATE TABLE .. WITH SYSTEM VERSIONING AS SELECT ... Unexpected errors upon CREATE TABLE .. WITH SYSTEM VERSIONING AS SELECT ...
          midenok Aleksey Midenkov made changes -
          Status In Progress [ 3 ] Stalled [ 10000 ]
          midenok Aleksey Midenkov made changes -
          Assignee Aleksey Midenkov [ midenok ] Sergei Golubchik [ serg ]
          Status Stalled [ 10000 ] In Review [ 10002 ]
          svoj Sergey Vojtovich made changes -
          Labels contribution foundation
          serg Sergei Golubchik made changes -
          Description {code:sql}
          MariaDB [test]> create or replace table t1 with system versioning as select 1 as i;
          ERROR 1364 (HY000): Field 'i' doesn't have a default value

          MariaDB [test]> create or replace table t1 (i int) with system versioning as select 1 as i;
          ERROR 1060 (42S21): Duplicate column name 'i'
          {code}

          Without system versioning clause both variants work, of course.
          {noformatl}
          MariaDB [test]> create or replace table t1 with system versioning as select 1 as i;
          ERROR 1364 (HY000): Field 'i' doesn't have a default value

          MariaDB [test]> create or replace table t1 (i int) with system versioning as select 1 as i;
          ERROR 1060 (42S21): Duplicate column name 'i'
          {noformat}

          Without system versioning clause both variants work, of course.
          serg Sergei Golubchik made changes -
          Description {noformatl}
          MariaDB [test]> create or replace table t1 with system versioning as select 1 as i;
          ERROR 1364 (HY000): Field 'i' doesn't have a default value

          MariaDB [test]> create or replace table t1 (i int) with system versioning as select 1 as i;
          ERROR 1060 (42S21): Duplicate column name 'i'
          {noformat}

          Without system versioning clause both variants work, of course.
          {noformat}
          MariaDB [test]> create or replace table t1 with system versioning as select 1 as i;
          ERROR 1364 (HY000): Field 'i' doesn't have a default value

          MariaDB [test]> create or replace table t1 (i int) with system versioning as select 1 as i;
          ERROR 1060 (42S21): Duplicate column name 'i'
          {noformat}

          Without system versioning clause both variants work, of course.
          serg Sergei Golubchik made changes -
          Labels contribution foundation
          serg Sergei Golubchik made changes -
          Status In Review [ 10002 ] Stalled [ 10000 ]
          serg Sergei Golubchik made changes -
          Fix Version/s 10.3.6 [ 23003 ]
          Fix Version/s 10.3 [ 22126 ]
          Resolution Fixed [ 1 ]
          Status Stalled [ 10000 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 85744 ] MariaDB v4 [ 153864 ]

          People

            serg Sergei Golubchik
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.