]> granicus.if.org Git - php/commitdiff
show tracing
authorAndrey Hristov <andrey@php.net>
Thu, 28 Oct 2010 14:07:36 +0000 (14:07 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 28 Oct 2010 14:07:36 +0000 (14:07 +0000)
ext/mysqlnd/php_mysqlnd.c

index 49d17698c735872feb604409abae8284f687f3db..99abe2b6e169ed32c3173a12daacfd150da8f45b 100644 (file)
@@ -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 */