Skip to content

Commit 355469d

Browse files
committed
Merge branch '3.10.x' into 4.3.x
* 3.10.x: [DOC] mysqli supports persistent connections (#7011)
2 parents 6b98d29 + 14f77f1 commit 355469d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/en/reference/configuration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ mysqli
242242
- ``dbname`` (string): Name of the database/schema to connect to.
243243
- ``unix_socket`` (string): Name of the socket used to connect to
244244
the database.
245+
- ``persistent`` (boolean): Whether to establish a persistent connection.
245246
- ``charset`` (string): The charset used when connecting to the
246247
database.
247248
- ``ssl_key`` (string): The path name to the key file to use for SSL encryption.

0 commit comments

Comments
 (0)