andrey Mon Oct 27 14:38:17 2008 UTC
Modified files:
/php-src/ext/mysqlnd mysqlnd_statistics.c
Log:
Fix a name
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_statistics.c?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/mysqlnd/mysqlnd_statistics.c
diff -u php-src/ext/mysqlnd/mysqlnd_statistics.c:1.7
php-src/ext/mysqlnd/mysqlnd_statistics.c:1.8
--- php-src/ext/mysqlnd/mysqlnd_statistics.c:1.7 Fri Sep 12 15:06:55 2008
+++ php-src/ext/mysqlnd/mysqlnd_statistics.c Mon Oct 27 14:38:17 2008
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: mysqlnd_statistics.c,v 1.7 2008/09/12 15:06:55 andrey Exp $ */
+/* $Id: mysqlnd_statistics.c,v 1.8 2008/10/27 14:38:17 andrey Exp $ */
#include "php.h"
#include "mysqlnd.h"
#include "mysqlnd_priv.h"
@@ -107,7 +107,7 @@
{ STR_W_LEN("mem_malloc_ammount") },
{ STR_W_LEN("mem_calloc_count") },
{ STR_W_LEN("mem_calloc_ammount") },
- { STR_W_LEN("mem_realloc_calloc") },
+ { STR_W_LEN("mem_realloc_count") },
{ STR_W_LEN("mem_realloc_ammount") },
{ STR_W_LEN("mem_free_count") },
{ STR_W_LEN("proto_text_fetched_null") },
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php