We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c34cd9 commit 443bedfCopy full SHA for 443bedf
ext/mysqlnd/php_mysqlnd.c
@@ -122,6 +122,8 @@ PHP_MINFO_FUNCTION(mysqlnd)
122
php_info_print_table_row(2, "Read timeout", buf);
123
php_info_print_table_row(2, "Collecting statistics", MYSQLND_G(collect_statistics)? "Yes":"No");
124
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");
127
php_info_print_table_end();
128
129
/* Print client stats */
0 commit comments