summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-10-27 14:38:31 +0000
committerAndrey Hristov <andrey@php.net>2008-10-27 14:38:31 +0000
commitb18bf1f8806816538d3b1238c2b7568e72cd8a65 (patch)
treebf4d4513a648dc54adb7b02f22da9785fb1835a0 /ext/mysqlnd
parent34ca27a1914437e6b092912f205d7b5d2fecd4f7 (diff)
downloadphp-git-b18bf1f8806816538d3b1238c2b7568e72cd8a65.tar.gz
Fix a name
Diffstat (limited to 'ext/mysqlnd')
-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") },