andrey          Mon Oct 27 14:38:31 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /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.2.2.7&r2=1.2.2.8&diff_format=u
Index: php-src/ext/mysqlnd/mysqlnd_statistics.c
diff -u php-src/ext/mysqlnd/mysqlnd_statistics.c:1.2.2.7 
php-src/ext/mysqlnd/mysqlnd_statistics.c:1.2.2.8
--- php-src/ext/mysqlnd/mysqlnd_statistics.c:1.2.2.7    Fri Sep 12 15:08:41 2008
+++ php-src/ext/mysqlnd/mysqlnd_statistics.c    Mon Oct 27 14:38:31 2008
@@ -18,7 +18,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: mysqlnd_statistics.c,v 1.2.2.7 2008/09/12 15:08:41 andrey Exp $ */
+/* $Id: mysqlnd_statistics.c,v 1.2.2.8 2008/10/27 14:38:31 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

Reply via email to