This PR adds a config option for using the SKIP LOCKED clause that is supported by MySql > 8.0 and not in MariaDB.
(I decided to go with a config option rather than a flag, because it made more sense in the codebase and also just more sense in general once I thought about it.)
This PR adds a config option for using the
SKIP LOCKED
clause that is supported by MySql > 8.0 and not in MariaDB.(I decided to go with a config option rather than a flag, because it made more sense in the codebase and also just more sense in general once I thought about it.)
Closes #5