Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

PHP mysqlnd svn commit: r910 - trunk/mysqlnd

From: <ahristov(at)mysql.com>
Date: Wed Aug 15 2007 - 12:31:08 EDT


Author: ahristov
Date: 2007-08-15 18:31:08 +0200 (Wed, 15 Aug 2007) New Revision: 910

Modified:

   trunk/mysqlnd/mysqlnd_statistics.h
Log:
new macros

Modified: trunk/mysqlnd/mysqlnd_statistics.h


  • trunk/mysqlnd/mysqlnd_statistics.h 2007-08-15 15:23:48 UTC (rev 909) +++ trunk/mysqlnd/mysqlnd_statistics.h 2007-08-15 16:31:08 UTC (rev 910) @@ -28,6 +28,25 @@

#ifdef ZTS
 

+#define MYSQLND_DEC_GLOBAL_STATISTIC(statistic) \
+ { \
+ 	if (mysqlnd_global_stats) { \
+ 		tsrm_mutex_lock(mysqlnd_global_stats->LOCK_access); \
+		mysqlnd_global_stats->values[statistic]--; \
+		tsrm_mutex_unlock(mysqlnd_global_stats->LOCK_access); \
+	}\
+ }
+
+#define MYSQLND_INC_GLOBAL_STATISTIC(statistic) \
+ { \
+ 	if (mysqlnd_global_stats) { \
+ 		tsrm_mutex_lock(mysqlnd_global_stats->LOCK_access); \
+		mysqlnd_global_stats->values[statistic]++; \
+		tsrm_mutex_unlock(mysqlnd_global_stats->LOCK_access); \
+	}\
+ }
+
+

#define MYSQLND_INC_CONN_STATISTIC(conn_stats, statistic) \
  { \

          if (mysqlnd_global_stats) { \
@@ -77,6 +96,20 @@  

#else /* NON-ZTS */
 

+#define MYSQLND_DEC_GLOBAL_STATISTIC(statistic) \
+ { \
+	if (mysqlnd_global_stats) { \
+		mysqlnd_global_stats->values[statistic]--; \
+	} \
+ }
+
+#define MYSQLND_INC_GLOBAL_STATISTIC(statistic) \
+ { \
+	if (mysqlnd_global_stats) { \
+		mysqlnd_global_stats->values[statistic]++; \
+	} \
+ }
+

#define MYSQLND_INC_CONN_STATISTIC(conn_stats, statistic) \
  { \

         if (mysqlnd_global_stats) { \

-- 
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 12:46:08 2007
Do you need help?X

This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 08:34:45 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library