mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #36105 -- Dropped support for MariaDB 10.5.
This commit is contained in:
parent
0bac41fc7e
commit
17160819f3
6 changed files with 18 additions and 49 deletions
|
@ -417,7 +417,7 @@ non-durable <https://www.postgresql.org/docs/current/non-durability.html>`_.
|
|||
MariaDB notes
|
||||
=============
|
||||
|
||||
Django supports MariaDB 10.5 and higher.
|
||||
Django supports MariaDB 10.6 and higher.
|
||||
|
||||
To use MariaDB, use the MySQL backend, which is shared between the two. See the
|
||||
:ref:`MySQL notes <mysql-notes>` for more details.
|
||||
|
@ -774,7 +774,7 @@ a :exc:`~django.db.NotSupportedError` is raised.
|
|||
=============== ========= =====
|
||||
Option MariaDB MySQL
|
||||
=============== ========= =====
|
||||
``SKIP LOCKED`` X (≥10.6) X
|
||||
``SKIP LOCKED`` X X
|
||||
``NOWAIT`` X X
|
||||
``OF`` X
|
||||
``NO KEY``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue