Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.

This commit is contained in:
Simon Charette 2020-07-12 00:25:03 -04:00 committed by Mariusz Felisiak
parent f36862b69c
commit ca6c5e5fc2
4 changed files with 13 additions and 4 deletions

View file

@ -639,7 +639,7 @@ Option MariaDB MySQL
=============== ========= ==========
``SKIP LOCKED`` X (≥8.0.1)
``NOWAIT`` X (≥10.3) X (≥8.0.1)
``OF``
``OF`` X (≥8.0.1)
``NO KEY``
=============== ========= ==========