]> granicus.if.org Git - php/commitdiff
Fix a name
authorAndrey Hristov <andrey@php.net>
Mon, 27 Oct 2008 14:38:17 +0000 (14:38 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 27 Oct 2008 14:38:17 +0000 (14:38 +0000)
ext/mysqlnd/mysqlnd_statistics.c

index 39a0c8dab03c6f2a9288233db5781b8ea7436a9e..7135ba3dbff5d366112720691f42ed0056a44b85 100644 (file)
@@ -107,7 +107,7 @@ const MYSQLND_STRING mysqlnd_stats_values_names[STAT_LAST] =
        { 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") },