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

Incorrect number of affected rows using Connect engine;

    XMLWordPrintable

Details

    Description

      Example below shows 6 rows affected, but should be 3.

      CREATE TABLE q (
        id INT NOT NULL
      ) ENGINE=CONNECT TABLE_TYPE=CSV;
       
      INSERT INTO q VALUES(1),(2),(3);
       
      DELETE FROM q;
      Query OK, 6 rows affected (0.00 sec)
      

      Attachments

        Activity

          People

            bertrandop Olivier Bertrand
            alice Alice Sherepa
            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.