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

Spiral patch 006_mariadb-10.0.15.direct_update_rows.diff

Details

    Description

      Description:
      This patch is for send updating(deleting) sql to remote server directly threw FDW type storage engine like Spider.
      Detail:
      Add handler::ha_direct_update_rows_init(), handler::ha_direct_update_rows(), handler::ha_direct_update_row_binlog(), handler::ha_direct_delete_rows_init(), handler::ha_direct_delete_rows() and handler::
      +ha_direct_delete_row_binlog() for direct updating(deleting).
      handler::ha_direct_update_rows_init() and handler::ha_direct_delete_rows_init() are used for asking to handler "is this sql possible to do direct updating(deleting)?".
      handler::ha_direct_update_rows() and handler::ha_direct_delete_rows() are used for executing updating(deleting).
      handler::ha_direct_update_row_binlog() and handler::ha_direct_delete_row_binlog() are used for writing row base binary log.

      Attachments

        Activity

          People

            monty Michael Widenius
            svoj Sergey Vojtovich
            Votes:
            0 Vote for this issue
            Watchers:
            5 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.