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

Test system versioning against UDFs and nested selects

    XMLWordPrintable

Details

    • Task
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      The purpose of the task is to add tests with expressions that can transform, say, during optimization.

      Good example to start:

      create or replace table t (x int) with system versioning engine=myisam;
      insert into t values(1);
      select * from t for system_time as of (select row_start from t where x in (select x from t));
      

      The syntax is currently allowed. ... IN (SELECT ...) can be transformed to join.
      There is also string constants which transforming and single select like (SELECT 1).

      Attachments

        Activity

          People

            midenok Aleksey Midenkov
            nikitamalyavin Nikita Malyavin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.