jhthorsen / mojo-mysql

Mojolicious and Async MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation misleads its readers that "FOR UPDATE SKIP LOCKED" is supported

akarelas opened this issue · comments

In https://metacpan.org/pod/SQL::Abstract::mysql#FOR

...it says:

$abstract->select('some_table', '*', undef, {for => \'update skip locked'});

However that syntax is not supported, neither in MySQL nor MariaDB.

Hmm... :-) That's something newer than what I was reading.
Closing.