diff options
author | Andrey Hristov <andrey@php.net> | 2010-11-05 20:07:34 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-11-05 20:07:34 +0000 |
commit | bcb4c8427ea3b859c35aaa70407066b24384ecb5 (patch) | |
tree | 3cad12bc769e6e622c808b3741233435b105e560 /ext/mysqlnd/mysqlnd_statistics.c | |
parent | d37e1ea243ed78e9e925420080b8c8777399c95d (diff) | |
download | php-git-bcb4c8427ea3b859c35aaa70407066b24384ecb5.tar.gz |
two new stats
Diffstat (limited to 'ext/mysqlnd/mysqlnd_statistics.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_statistics.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_statistics.c b/ext/mysqlnd/mysqlnd_statistics.c index 8d4d73603f..a025994f81 100644 --- a/ext/mysqlnd/mysqlnd_statistics.c +++ b/ext/mysqlnd/mysqlnd_statistics.c @@ -190,7 +190,9 @@ const MYSQLND_STRING mysqlnd_stats_values_names[STAT_LAST] = { STR_W_LEN("com_stmt_reset") }, { STR_W_LEN("com_stmt_set_option") }, { STR_W_LEN("com_stmt_fetch") }, - { STR_W_LEN("com_deamon") } + { STR_W_LEN("com_deamon") }, + { STR_W_LEN("bytes_received_real_data_normal") }, + { STR_W_LEN("bytes_received_real_data_ps") } }; /* }}} */ |