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

Galera missing .test or .result files

    XMLWordPrintable

Details

    Description

      connection node_2;
      connection node_1;
      CREATE TABLE t1 (f1 INT PRIMARY KEY) ENGINE=InnoDB;
      INSERT INTO t1 VALUES (1);
      connection node_2;
      SELECT COUNT(*) = 1 FROM t1;
      COUNT(*) = 1
      1
      connection node_1;
      UPDATE t1 SET f1 = 2 WHERE f1 = 1;
      connection node_2;
      SELECT COUNT(*) = 1 FROM t1 WHERE f1 = 2;
      COUNT(*) = 1
      1
      DROP TABLE t1;
      

      Attachments

        Issue Links

          Activity

            People

              jplindst Jan Lindström (Inactive)
              jplindst Jan Lindström (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 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.