Fixed typo in docs/ref/databases.txt.

This commit is contained in:
Jacob Walls 2021-06-23 21:35:15 -04:00 committed by Mariusz Felisiak
parent 56f9579105
commit 66058c5758
1 changed files with 3 additions and 3 deletions

View File

@ -693,9 +693,9 @@ Option MariaDB MySQL
=============== ========= ========== =============== ========= ==========
When using ``select_for_update()`` on MySQL, make sure you filter a queryset When using ``select_for_update()`` on MySQL, make sure you filter a queryset
against at least set of fields contained in unique constraints or only against against at least a set of fields contained in unique constraints or only
fields covered by indexes. Otherwise, an exclusive write lock will be acquired against fields covered by indexes. Otherwise, an exclusive write lock will be
over the full table for the duration of the transaction. acquired over the full table for the duration of the transaction.
Automatic typecasting can cause unexpected results Automatic typecasting can cause unexpected results
-------------------------------------------------- --------------------------------------------------