mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix crashes with pconn in ext/mysql
This commit is contained in:
parent
99139b574d
commit
de29322de4
6 changed files with 28 additions and 15 deletions
|
@ -100,7 +100,7 @@ extern MYSQLND_STATS *mysqlnd_global_stats;
|
|||
}
|
||||
|
||||
#define MYSQLND_INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, statistic3, value3) \
|
||||
{ \ \
|
||||
{ \
|
||||
if (mysqlnd_global_stats) { \
|
||||
my_uint64 v1 = (value1); \
|
||||
my_uint64 v2 = (value2); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue