I am using Django 2.2.12 as an ORM for MySQL 8.0, one of the queries is a concurrent SELECT FOR UPDATE, inside a transaction, where two or more threads may be t
SELECT FOR UPDATE