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

galera_var_ignore_apply_errors test failure: table doesn't exist

Details

    • Bug
    • Status: Open (View Workflow)
    • Critical
    • Resolution: Unresolved
    • 10.5, 10.11
    • 10.5, 10.11
    • Galera
    • None

    Description

      CURRENT_TEST: galera.galera_var_ignore_apply_errors
      mysqltest: At line 48: query 'SHOW CREATE TABLE t1' failed: 1146: Table 'test.t1' doesn't exist
       
      The result from queries just before the failure was:
      < snip >
      SET GLOBAL wsrep_on = OFF;
      CREATE SCHEMA s1;
      SET GLOBAL wsrep_on = ON;
      DROP SCHEMA s1;
      connection node_2;
      SHOW SCHEMAS;
      Database
      information_schema
      mtr
      mysql
      performance_schema
      test
      connection node_1;
      CREATE TABLE t1 (f1 INTEGER);
      SET GLOBAL wsrep_on = OFF;
      CREATE INDEX idx1 ON t1 (f1);
      SET GLOBAL wsrep_on = ON;
      DROP INDEX idx1 ON t1;
      connection node_2;
      SHOW CREATE TABLE t1;

      Attachments

        Issue Links

          Activity

            People

              janlindstrom Jan Lindström
              sysprg Julius Goryavsky
              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.