summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-10-27 14:38:17 +0000
committerAndrey Hristov <andrey@php.net>2008-10-27 14:38:17 +0000
commitc52f1524e71e497b018452fb6cc9e8bc32e34b0c (patch)
tree566a921b8db0bb1577f4c0f86598539d49a18b4b /ext
parent7d9744ae619aa0f6d3e9d0b423489e22ca031c4f (diff)
downloadphp-git-c52f1524e71e497b018452fb6cc9e8bc32e34b0c.tar.gz
Fix a name
Diffstat (limited to 'ext')
-rw-r--r--ext/mysqlnd/mysqlnd_statistics.c2
1 files changed, 1 insertions, 1 deletions
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") },