Fix crashes with pconn in ext/mysql

This commit is contained in:
Andrey Hristov 2007-08-06 15:11:46 +00:00
parent 99139b574d
commit de29322de4
6 changed files with 28 additions and 15 deletions

View file

@ -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); \