Skip to content

Commit 14f77f1

Browse files
authored
[DOC] mysqli supports persistent connections (#7011)
<!-- Fill in the relevant information below to help triage your pull request. --> | Q | A |------------- | ----------- | Type | improvement | Fixed issues | #### Summary Add the "persistent" parameter description for mysqli.
1 parent 677ab6a commit 14f77f1

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)