Support LockOptions.SKIP_LOCKED for MariaDB 10.6+

Description

MariaDB didn't support for update skip locked for a long time, but starting with 10.6 it apparently does: https://jira.mariadb.org/browse/MDEV-13115

It would be great to have a MariaDB 10.6 dialect that implements getWriteLockString/getReadLockString by taking LockOptions.SKIP_LOCKED into account; e.g. like org.hibernate.dialect.MySQL8Dialect#getWriteLockString(int).

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created August 11, 2021 at 12:23 PM
Updated October 11, 2021 at 6:26 PM
Resolved October 11, 2021 at 5:18 PM