mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Add mysqli.rollback_on_cached_plink to php.ini-*
This commit is contained in:
parent
f44ff44516
commit
7eef766c3d
2 changed files with 10 additions and 0 deletions
|
@ -1189,6 +1189,11 @@ mysqli.default_pw =
|
||||||
; Allow or prevent reconnect
|
; Allow or prevent reconnect
|
||||||
mysqli.reconnect = Off
|
mysqli.reconnect = Off
|
||||||
|
|
||||||
|
; If this option is enabled, closing a persistent connection will rollback
|
||||||
|
; any pending transactions of this connection, before it is put back
|
||||||
|
; into the persistent connection pool.
|
||||||
|
;mysqli.rollback_on_cached_plink = Off
|
||||||
|
|
||||||
[mysqlnd]
|
[mysqlnd]
|
||||||
; Enable / Disable collection of general statistics by mysqlnd which can be
|
; Enable / Disable collection of general statistics by mysqlnd which can be
|
||||||
; used to tune and monitor MySQL operations.
|
; used to tune and monitor MySQL operations.
|
||||||
|
|
|
@ -1191,6 +1191,11 @@ mysqli.default_pw =
|
||||||
; Allow or prevent reconnect
|
; Allow or prevent reconnect
|
||||||
mysqli.reconnect = Off
|
mysqli.reconnect = Off
|
||||||
|
|
||||||
|
; If this option is enabled, closing a persistent connection will rollback
|
||||||
|
; any pending transactions of this connection, before it is put back
|
||||||
|
; into the persistent connection pool.
|
||||||
|
;mysqli.rollback_on_cached_plink = Off
|
||||||
|
|
||||||
[mysqlnd]
|
[mysqlnd]
|
||||||
; Enable / Disable collection of general statistics by mysqlnd which can be
|
; Enable / Disable collection of general statistics by mysqlnd which can be
|
||||||
; used to tune and monitor MySQL operations.
|
; used to tune and monitor MySQL operations.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue