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

rpl.rpl_gtid_basic, rpl.rpl_gtid_stop_start, rpl.rpl_gtid_crash fail on PPC64

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • 10.0.12
    • 10.0.13
    • None
    • None

    Description

      See http://buildbot.askmonty.org/buildbot/builders/bintar-rhel6-p8/builds/231/steps/test/logs/stdio
      http://buildbot.askmonty.org/buildbot/builders/bintar-rhel6-p8-debug/builds/22/steps/test/logs/stdio

      CURRENT_TEST: rpl.rpl_gtid_basic
      --- /home/buildbot/maria-slave/power8-vlp01-debug/build/mysql-test/suite/rpl/r/rpl_gtid_basic.result	2014-07-22 04:13:09.328162000 -0400
      +++ /home/buildbot/maria-slave/power8-vlp01-debug/build/mysql-test/suite/rpl/r/rpl_gtid_basic.reject	2014-07-22 05:12:45.721614937 -0400
      @@ -185,14 +185,14 @@
       include/show_binlog_events.inc
       Log_name	Pos	Event_type	Server_id	End_log_pos	Info
       master-bin.000001	#	Format_desc	#	#	SERVER_VERSION, BINLOG_VERSION
      -master-bin.000001	#	Gtid_list	#	#	[1-2-20,0-1-10,0-3-30]
      +master-bin.000001	#	Gtid_list	#	#	[0-1-10,0-3-30,1-2-20]
       master-bin.000001	#	Binlog_checkpoint	#	#	master-bin.000001
       SELECT @@GLOBAL.gtid_binlog_pos;
       @@GLOBAL.gtid_binlog_pos
      -1-2-20,0-3-30
      +0-3-30,1-2-20
       SELECT @@GLOBAL.gtid_binlog_state;
       @@GLOBAL.gtid_binlog_state
      -1-2-20,0-1-10,0-3-30
      +0-1-10,0-3-30,1-2-20
       SET GLOBAL gtid_binlog_state = @old_state;
       ERROR HY000: This operation is not allowed if any GTID has been logged to the binary log. Run RESET MASTER first to erase the log
       RESET MASTER;
      @@ -252,7 +252,7 @@
       include/stop_slave.inc
       SET gtid_domain_id= 1;
       INSERT INTO t1 VALUES (3);
      -SET @pos= '1-1-1,0-1-110';
      +SET @pos= '0-1-110,1-1-1';
       SELECT master_gtid_wait(@pos, 0);
       master_gtid_wait(@pos, 0)
       -1

      GTID order in @@gtid_binlog_pos/state depend on internal hash order.

      Attachments

        Issue Links

          Activity

            People

              svoj Sergey Vojtovich
              svoj Sergey Vojtovich
              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.