summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-01-11 18:31:02 +0000
committerAndrey Hristov <andrey@php.net>2010-01-11 18:31:02 +0000
commitd999552ae7fafc207772ad69c72750e833c6d160 (patch)
tree10e53da52dfb831f04054a13787f2e3aaf9688fe /ext/mysqlnd/mysqlnd.c
parent33fc7d77d7d0f7c85025b8aa82d62b154c4bc71f (diff)
downloadphp-git-d999552ae7fafc207772ad69c72750e833c6d160.tar.gz
missed to commit in 5_3, here it comes, reusability of stats
Diffstat (limited to 'ext/mysqlnd/mysqlnd.c')
-rw-r--r--ext/mysqlnd/mysqlnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c
index b3994e26c2..23af6dca92 100644
--- a/ext/mysqlnd/mysqlnd.c
+++ b/ext/mysqlnd/mysqlnd.c
@@ -2029,7 +2029,7 @@ MYSQLND_METHOD(mysqlnd_conn, get_connection_stats)(const MYSQLND * const conn,
{
DBG_ENTER("mysqlnd_conn::get_connection_stats");
DBG_INF_FMT("conn=%llu", conn->thread_id);
- mysqlnd_fill_stats_hash(conn->stats, return_value TSRMLS_CC ZEND_FILE_LINE_CC);
+ mysqlnd_fill_stats_hash(conn->stats, mysqlnd_stats_values_names, return_value TSRMLS_CC ZEND_FILE_LINE_CC);
DBG_VOID_RETURN;
}
/* }}} */