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

Assertion failed on Multi-update of unlogged temporary table

    XMLWordPrintable

Details

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

    Description

      set global read_only=on;
      create temporary table tt (x int);
      set global read_only=off;
      insert into tt values (1);
      create temporary table t(x int);
       
      insert t select * from tt;
      insert t values (1);
       
      update t, tt set t.x=2;
      

      Results in
      sql/temporary_tables.cc:958: void THD::mark_tmp_table_as_free_for_reuse(TABLE *): Assertion `!mysql_bin_log.is_open()' failed.

      Attachments

        Issue Links

          Activity

            People

              monty Michael Widenius
              nikitamalyavin Nikita Malyavin
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.