diff options
| author | Andrey Hristov <andrey@php.net> | 2008-05-07 15:16:27 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2008-05-07 15:16:27 +0000 |
| commit | 493b0bb51b29c03461e4d881f4c9af63a8b07997 (patch) | |
| tree | f59160bc6b320e605d47c9b5c35e44a237351913 /ext/mysqlnd/mysqlnd_statistics.c | |
| parent | 3264ac20bfe369b487898f38fc35e38256e5d7c0 (diff) | |
| download | php-git-493b0bb51b29c03461e4d881f4c9af63a8b07997.tar.gz | |
Update mysqlnd - new ini variable
Diffstat (limited to 'ext/mysqlnd/mysqlnd_statistics.c')
| -rw-r--r-- | ext/mysqlnd/mysqlnd_statistics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_statistics.c b/ext/mysqlnd/mysqlnd_statistics.c index 7aaf30ca94..eb8645b132 100644 --- a/ext/mysqlnd/mysqlnd_statistics.c +++ b/ext/mysqlnd/mysqlnd_statistics.c @@ -42,6 +42,7 @@ const MYSQLND_STRING mysqlnd_stats_values_names[STAT_LAST] = { STR_W_LEN("non_result_set_queries") }, { STR_W_LEN("no_index_used") }, { STR_W_LEN("bad_index_used") }, + { STR_W_LEN("slow_queries") }, { STR_W_LEN("buffered_sets") }, { STR_W_LEN("unbuffered_sets") }, { STR_W_LEN("ps_buffered_sets") }, |
