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

    XMLWordPrintable

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

            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.