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

Column-inclusive WITH SYSTEM VERSIONING doesn't work with explicit system fields

    XMLWordPrintable

Details

    Description

      Reproduce

      create or replace table t1 (
          x int, y int with system versioning,
          row_start timestamp(6) as row start,
          row_end timestamp(6) as row end,
          period for system_time(row_start, row_end));
      

      Result

      ERROR 4125 (HY000): Wrong parameters for `t1`: missing 'WITH SYSTEM VERSIONING'
      

      Expected

      Command succeeds.

      Attachments

        Issue Links

          Activity

            People

              midenok Aleksey Midenkov
              GeoffMontee Geoff Montee (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 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.