List:Commits« Previous MessageNext Message »
From:ahristov Date:August 15 2007 4:43pm
Subject:PHP mysqlnd svn commit: r915 - trunk/mysqlnd
View as plain text  
Author: ahristov
Date: 2007-08-15 18:43:29 +0200 (Wed, 15 Aug 2007)
New Revision: 915

Modified:
   trunk/mysqlnd/mysqlnd_statistics.c
Log:
These are better, IMO


Modified: trunk/mysqlnd/mysqlnd_statistics.c
===================================================================
--- trunk/mysqlnd/mysqlnd_statistics.c	2007-08-15 16:37:03 UTC (rev 914)
+++ trunk/mysqlnd/mysqlnd_statistics.c	2007-08-15 16:43:29 UTC (rev 915)
@@ -66,8 +66,8 @@
 	{ STR_W_LEN("connection_reused") },
 	{ STR_W_LEN("reconnect") },
 	{ STR_W_LEN("pconnect_success") },
-	{ STR_W_LEN("num_links") },
-	{ STR_W_LEN("persistent_links") },
+	{ STR_W_LEN("active_connections") },
+	{ STR_W_LEN("active_persistent_connections") },
 	{ STR_W_LEN("explicit_close") },
 	{ STR_W_LEN("implicit_close") },
 	{ STR_W_LEN("disconnect_close") },

Thread
PHP mysqlnd svn commit: r915 - trunk/mysqlndahristov15 Aug