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

Under the multi-source-replication, when performing "grant ..." statement of the loop execution occurs.

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.0, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11
    • 10.4, 10.5, 10.6, 10.11
    • Replication

    Description

      There is no problem when I execute "insert into d1.table1 ..." on A. But when I execute the "grant ...; flush privileges;" when there is a problem in the C and D, the occurrence of a loop execution "grant ...; flush privileges;".

      then modification my.cnf on C and D. Add the following
      _m1.replicate_wild_ignore_table=mysql.%
      m1.replicate_wild_ignore_table=information_schema.%
      m1.replicate_wild_ignore_table=performance_schema.%
      m2.replicate-ignore-db=d1_
      still loop execution,but just execute "flush privileges;".

      and the bin log like this:

      # at 573930687
      #150416 11:31:07 server id 231  end_log_pos 573930725 	GTID 0-231-517276191
      /*!100001 SET @@session.gtid_seq_no=517276191*//*!*/;
      # at 573930725
      #150416 11:31:07 server id 231  end_log_pos 573930800 	Query	thread_id=1826986	exec_time=1339	error_code=0
      SET TIMESTAMP=1429155067/*!*/;
      flush privileges
      /*!*/;
      # at 573930800
      #150416 11:31:07 server id 231  end_log_pos 573930838 	GTID 0-231-517276191
      /*!100001 SET @@session.gtid_seq_no=517276191*//*!*/;
      # at 573930838
      #150416 11:31:07 server id 231  end_log_pos 573930913 	Query	thread_id=1826986	exec_time=1339	error_code=0
      SET TIMESTAMP=1429155067/*!*/;
      flush privileges
      /*!*/;
      # at 573930913
      #150416 11:31:07 server id 231  end_log_pos 573930951 	GTID 0-231-517276191
      /*!100001 SET @@session.gtid_seq_no=517276191*//*!*/;
      # at 573930951
      #150416 11:31:07 server id 231  end_log_pos 573931026 	Query	thread_id=1826986	exec_time=1339	error_code=0
      SET TIMESTAMP=1429155067/*!*/;
      flush privileges
      /*!*/;
      # at 573931026
      #150416 11:31:07 server id 231  end_log_pos 573931064 	GTID 0-231-517276191
      /*!100001 SET @@session.gtid_seq_no=517276191*//*!*/;
      # at 573931064
      #150416 11:31:07 server id 231  end_log_pos 573931139 	Query	thread_id=1826986	exec_time=1339	error_code=0
      SET TIMESTAMP=1429155067/*!*/;
      flush privileges
      /*!*/;
      # at 573931139
      #150416 11:31:07 server id 231  end_log_pos 573931177 	GTID 0-231-517276191
      /*!100001 SET @@session.gtid_seq_no=517276191*//*!*/;
      # at 573931177
      #150416 11:31:07 server id 231  end_log_pos 573931252 	Query	thread_id=1826986	exec_time=1339	error_code=0
      SET TIMESTAMP=1429155067/*!*/;
      flush privileges
      /*!*/;

      For more information see bin.log

      Attachments

        Activity

          People

            Elkin Andrei Elkin
            wenlong wenlong
            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.