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

Slave stops with ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE upon UPDATE on versioned table

    XMLWordPrintable

Details

    Description

      --source include/have_binlog_format_mixed.inc
      --source include/master-slave.inc
       
      CREATE TABLE t1 (a INT) WITH SYSTEM VERSIONING;
      INSERT INTO t1 VALUES (1);
       
      CREATE TEMPORARY TABLE tmp (b INT);
      SET SESSION optimizer_switch= REPLACE( @@optimizer_switch, '=on', '=off' );
      UPDATE t1 SET a = 2;
       
      --sync_slave_with_master
      

      10.3 8f9c64000eef2

      2018-02-24  4:21:47 12 [ERROR] Slave SQL: Error executing row event: 'Cannot execute statement: impossible to write to binary log since statement is in row format and at least one table uses a storage engine limited to statement-based logging', Gtid 0-1-4, Internal MariaDB error code: 1664
      2018-02-24  4:21:47 12 [Warning] Slave: Cannot execute statement: impossible to write to binary log since statement is in row format and at least one table uses a storage engine limited to statement-based logging Error_code: 1664
      2018-02-24  4:21:47 12 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000001' position 834
      

      Attachments

        Activity

          People

            serg Sergei Golubchik
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.