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

CREATE-or-REPLACE bilogged without DDL flag

Details

    Description

      create or replace of both table and sequence are not logged with Gtid event DDL flag
      which affects the slave parallel execution.
      Unlike other DDL:s these two can occur in concurrent execution with following transactions
      which can lead to various errors, including asserts like

      (mdl_request->type != MDL_INTENTION_EXCLUSIVE && mdl_request->type != MDL_EXCLUSIVE) || !(get_thd()->rgi_slave && get_thd()->rgi_slave->is_parallel_exec && lock->check_if_conflicting_replication_locks(this)
      
      

      of MDL_context::acquire_lock

      Attachments

        Activity

          Transition Time In Source Status Execution Times
          Andrei Elkin made transition -
          Open In Progress
          18s 1
          Andrei Elkin made transition -
          In Progress In Review
          11m 48s 1
          Andrei Elkin made transition -
          Closed Stalled
          22d 9h 15m 1
          Andrei Elkin made transition -
          Stalled In Review
          2m 42s 1
          Brandon Nesterenko made transition -
          In Review Stalled
          5d 3h 17m 2
          Andrei Elkin made transition -
          Stalled Closed
          638d 4h 57m 2

          People

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