I am trying to find the latest MariaDB equivelent of the MySQL reference manual

For example I am trying to determine regarding using implicit and or explicit Locking e.g Issolation Levels , Locking , transactions processing via

[FOR UPDATE | LOCK IN SHARE MODE]

I have not found a lot out there but if there is an equivalent PDF file that would be great. I currently have the book: MariaDB Crash Course which I can not find one reference to LOCK IN SHARE MODE or FOR UPDATE.

Answer Answered by Ian Gilfillan in this comment.

The information about FOR UPDATE and LOCK IN SHARE MODE is in the SELECT#LOCK IN SHARE MODE and FOR UPDATE clauses documentation.

There is a PDF version of the Knowledge Base available for download at https://mariadb.org/download/

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.