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

Assertion `global_status_var.global_memory_used == 0' failed when using window functions and views

Details

    Description

      The mtr test case is:

      --source include/have_udf.inc
      CREATE FUNCTION myfunc_int RETURNS INTEGER SONAME "udf_example.so";
      create table t1(a int , b int);
      insert into t1 values(100, 54), (200, 199);
      create view v1 as select myfunc_int(max(a) over (order by 1) , b) from t1;
      select * from v1;
      

      Warnings are generated on shutdown.

      Attachments

        Issue Links

          Activity

            Transition Time In Source Status Execution Times
            Varun Gupta (Inactive) made transition -
            Open In Progress
            3m 38s 1
            Varun Gupta (Inactive) made transition -
            Stalled In Progress
            26m 51s 1
            Varun Gupta (Inactive) made transition -
            In Progress In Review
            146d 17h 25m 2
            Igor Babaev (Inactive) made transition -
            In Review Stalled
            18d 16h 33m 2
            Varun Gupta (Inactive) made transition -
            Stalled Closed
            6d 21h 13m 1

            People

              varun Varun Gupta (Inactive)
              varun Varun Gupta (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.