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

Direct multi-table update/delete interface

    XMLWordPrintable

Details

    • Task
    • Status: Needs Feedback (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      Currently direct_update_rows() / direct_delete_rows() handler calls are limited to single-table statements. Multi-table UPDATE/DELETE bypasses this path and is fully executed by the SQL layer, preventing storage engines from optimizing execution.
      Extend the API to allow engines to handle multi-table DML pushdown.
      Example:

      UPDATE orders o
        JOIN customers c ON o.customer_id = c.id
      SET o.status = 'active'
      WHERE c.region = 'EU';
      

      Attachments

        Activity

          People

            aijazfatima Aijaz Fatima
            drrtuy Roman
            Votes:
            0 Vote for this issue
            Watchers:
            7 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.