doc: fix hash syntax

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Laurent Indermühle 2025-04-03 14:26:16 +02:00 committed by Laurent Indermuehle
parent 2c425f71a1
commit 2cf1a9e845
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -257,8 +257,8 @@ users_info:
"plugin": "mysql_native_password",
"priv": "db1.*:SELECT/db2.*:SELECT",
"resource_limits": { "MAX_USER_CONNECTIONS": 100 },
"tls_requires": { "SSL": null } },
"locked": false
"tls_requires": { "SSL": null },
"locked": false }
version_added: '3.8.0'
engines:
description: Information about the server's storage engines.