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

View-protocol fails if database was changed

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 10.3, 10.4, 10.5, 10.6, 10.7, 10.8
    • 10.11
    • None

    Description

      Test:

      create table t2 (a int);
      select count(*) from t2;
      drop table t2;
       
       
      create database mysqltest;
      use mysqltest;
      create table t1 (a int);
      select t1.a from mysqltest.t1;
      drop database mysqltest;
      use test;
      

      Error:

      mysqltest: At line 9: query 'select t1.a from mysqltest.t1' failed: ER_NO_SUCH_TABLE (1146): Table 'mysqltest.mysqltest_tmp_v' doesn't exist
      

      After fix this bug view-protocol should be enable in tests: main.lowercase_table, main.cte_nonrecursive

      Attachments

        Issue Links

          Activity

            People

              sanja Oleksandr Byelkin
              lstartseva Lena Startseva
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.