Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
N/A
-
None
Description
rocksdb.select_for_update_skip_locked_nowait test fails, because MariaDB doesn't support these extensions:
SELECT ... FOR UPDATE SKIP LOCKED
|
SELECT ... FOR UPDATE NOWAIT
|
Actually, MyRocks doesn't support them either - the test is only there to check that MyRocks returns a proper error code for such statements.
Attachments
Issue Links
- is part of
-
MDEV-9658 Make MyRocks in MariaDB stable
- Closed
- relates to
-
MDEV-13115 Implement SELECT [FOR UPDATE|LOCK IN SHARED MODE] SKIP LOCKED
- Closed
-
MDEV-19986 MyRocks: Range Locking: SeekForUpdate support
- Open