andrey                                   Thu, 28 Oct 2010 14:07:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=304974

Log:
show tracing

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/mysqlnd/php_mysqlnd.c
    U   php/php-src/trunk/ext/mysqlnd/php_mysqlnd.c

Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd/php_mysqlnd.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqlnd/php_mysqlnd.c      2010-10-28 
13:46:54 UTC (rev 304973)
+++ php/php-src/branches/PHP_5_3/ext/mysqlnd/php_mysqlnd.c      2010-10-28 
14:07:36 UTC (rev 304974)
@@ -122,6 +122,8 @@
        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 */

Modified: php/php-src/trunk/ext/mysqlnd/php_mysqlnd.c
===================================================================
--- php/php-src/trunk/ext/mysqlnd/php_mysqlnd.c 2010-10-28 13:46:54 UTC (rev 
304973)
+++ php/php-src/trunk/ext/mysqlnd/php_mysqlnd.c 2010-10-28 14:07:36 UTC (rev 
304974)
@@ -122,6 +122,8 @@
        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 */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to