PHP mysqlnd svn commit: r909 - trunk/php6/ext/mysqli
Author: ahristov
Date: 2007-08-15 17:23:48 +0200 (Wed, 15 Aug 2007)
New Revision: 909
Modified:
trunk/php6/ext/mysqli/mysqli.c
Log:
decrease the number, when closing
Modified: trunk/php6/ext/mysqli/mysqli.c
- trunk/php6/ext/mysqli/mysqli.c 2007-08-15 15:17:29 UTC (rev 908)
+++ trunk/php6/ext/mysqli/mysqli.c 2007-08-15 15:23:48 UTC (rev 909)
@@ -80,6 +80,7 @@
#if defined(HAVE_MYSQLND)
mysqlnd_end_psession(mysql);
#endif
+ MyG(num_persistent)--;
mysqli_close(mysql, MYSQLI_CLOSE_IMPLICIT);
}
}
--
MySQL Code Commits Mailing List
For list archives:
http://lists.mysql.com/commits
To unsubscribe:
http://lists.mysql.com/commits?unsub=lists@pantek.com
Received on Wed Aug 15 11:24:31 2007
This archive was generated by hypermail 2.1.8
: Sun Oct 07 2007 - 08:34:34 EDT
|