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

Spiral patch 006_mariadb-10.0.15.direct_update_rows.diff

    Details

    • Type: Task
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Fix Version/s: 10.1
    • Component/s: None
    • Labels:
      None

      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.

        Gliffy Diagrams

          Attachments

            Activity

            There are no comments yet on this issue.

              People

              • Assignee:
                Unassigned
                Reporter:
                svoj Sergey Vojtovich
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated: