mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Fix a name
This commit is contained in:
parent
7d9744ae61
commit
c52f1524e7
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ const MYSQLND_STRING mysqlnd_stats_values_names[STAT_LAST] =
|
||||||
{ STR_W_LEN("mem_malloc_ammount") },
|
{ STR_W_LEN("mem_malloc_ammount") },
|
||||||
{ STR_W_LEN("mem_calloc_count") },
|
{ STR_W_LEN("mem_calloc_count") },
|
||||||
{ STR_W_LEN("mem_calloc_ammount") },
|
{ 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_realloc_ammount") },
|
||||||
{ STR_W_LEN("mem_free_count") },
|
{ STR_W_LEN("mem_free_count") },
|
||||||
{ STR_W_LEN("proto_text_fetched_null") },
|
{ STR_W_LEN("proto_text_fetched_null") },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue