Skip to content

MariaDB connector cannot update or delete #27411

@prrvchr

Description

@prrvchr

If I use Trino with PR #27324 and #27321, I can successfully build a CachedRowSet from a ResultSet produced by a query from the HsqlDB connector and this CachedRowSet can write (insert, update or delete) into the underlying table.

However, if I use the MariaDB connector, I can perform inserts, but I get the following error message for updates and deletes:

Error code: 13

Query failed (#20251122_091825_00021_jej77): This connector does not support modifying table rows

Does anyone have any idea what's going on?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions