From c52f1524e71e497b018452fb6cc9e8bc32e34b0c Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 27 Oct 2008 14:38:17 +0000 Subject: [PATCH] Fix a name --- ext/mysqlnd/mysqlnd_statistics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mysqlnd/mysqlnd_statistics.c b/ext/mysqlnd/mysqlnd_statistics.c index 39a0c8dab0..7135ba3dbf 100644 --- a/ext/mysqlnd/mysqlnd_statistics.c +++ b/ext/mysqlnd/mysqlnd_statistics.c @@ -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") }, -- 2.50.1