diff options
author | Andrey Hristov <andrey@php.net> | 2010-10-28 14:07:36 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-10-28 14:07:36 +0000 |
commit | 443bedf2042e1512df7e3efc8ba93c02a93bef17 (patch) | |
tree | 37e037a79a857a64b393536a330730cd2f08b9ef /ext/mysqlnd/php_mysqlnd.c | |
parent | 4c34cd9f38aadc9571399790a3d0e8b3ba2039e7 (diff) | |
download | php-git-443bedf2042e1512df7e3efc8ba93c02a93bef17.tar.gz |
show tracing
Diffstat (limited to 'ext/mysqlnd/php_mysqlnd.c')
-rw-r--r-- | ext/mysqlnd/php_mysqlnd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqlnd/php_mysqlnd.c b/ext/mysqlnd/php_mysqlnd.c index 49d17698c7..99abe2b6e1 100644 --- a/ext/mysqlnd/php_mysqlnd.c +++ b/ext/mysqlnd/php_mysqlnd.c @@ -122,6 +122,8 @@ PHP_MINFO_FUNCTION(mysqlnd) php_info_print_table_row(2, "Read timeout", buf); php_info_print_table_row(2, "Collecting statistics", MYSQLND_G(collect_statistics)? "Yes":"No"); php_info_print_table_row(2, "Collecting memory statistics", MYSQLND_G(collect_memory_statistics)? "Yes":"No"); + + php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a"); php_info_print_table_end(); /* Print client stats */ |