Skip to content

Commit 443bedf

Browse files
committed
show tracing
1 parent 4c34cd9 commit 443bedf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/mysqlnd/php_mysqlnd.c

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ PHP_MINFO_FUNCTION(mysqlnd)
122122
php_info_print_table_row(2, "Read timeout", buf);
123123
php_info_print_table_row(2, "Collecting statistics", MYSQLND_G(collect_statistics)? "Yes":"No");
124124
php_info_print_table_row(2, "Collecting memory statistics", MYSQLND_G(collect_memory_statistics)? "Yes":"No");
125+
126+
php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a");
125127
php_info_print_table_end();
126128

127129
/* Print client stats */

0 commit comments

Comments
 (0)