From: Andrey Hristov Date: Thu, 28 Oct 2010 14:07:36 +0000 (+0000) Subject: show tracing X-Git-Tag: php-5.4.0alpha1~191^2~754 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9920be1a81a1c2d6bc458a5a6d0a4f95ec29c979;p=php show tracing --- diff --git a/ext/mysqlnd/php_mysqlnd.c b/ext/mysqlnd/php_mysqlnd.c index dfb11c0ecf..da9a90dfaf 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 */