Searched refs:collect_statistics (Results 1 – 12 of 12) sorted by relevance
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd.h | 267 MYSQLND_INC_STATISTIC(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic)) 270 MYSQLND_DEC_STATISTIC(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic)) 273 …MYSQLND_INC_STATISTIC_W_VALUE2(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic1), … 276 MYSQLND_INC_STATISTIC(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic)); \ 277 MYSQLND_INC_STATISTIC(MYSQLND_G(collect_statistics), (conn_stats), (statistic)); 280 …MYSQLND_INC_STATISTIC_W_VALUE(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic), (v… 281 MYSQLND_INC_STATISTIC_W_VALUE(MYSQLND_G(collect_statistics), (conn_stats), (statistic), (value)); 284 …MYSQLND_INC_STATISTIC_W_VALUE2(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic1), … 285 …MYSQLND_INC_STATISTIC_W_VALUE2(MYSQLND_G(collect_statistics), (conn_stats), (statistic1), (value1)… 289 …MYSQLND_INC_STATISTIC_W_VALUE3(MYSQLND_G(collect_statistics), (conn_stats), (statistic1), (value1)… [all …]
|
H A D | php_mysqlnd.c | 144 php_info_print_table_row(2, "Collecting statistics", MYSQLND_G(collect_statistics)? "Yes":"No"); in PHP_MINFO_FUNCTION() 182 mysqlnd_globals->collect_statistics = TRUE; in ZEND_DECLARE_MODULE_GLOBALS() 225 …EAN("mysqlnd.collect_statistics", "1", PHP_INI_ALL, OnUpdateBool, collect_statistics, zend_mysqln…
|
H A D | mysqlnd_wireprotocol.c | 1477 if (MYSQLND_G(collect_statistics)) { in php_mysqlnd_rowp_read_binary_protocol() 1562 if (MYSQLND_G(collect_statistics)) { in php_mysqlnd_rowp_read_text_protocol_aux()
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | mysqli_get_client_stats_implicit_free.phpt | 13 mysqlnd.collect_statistics=1
|
H A D | mysqli_get_client_stats_off.phpt | 13 mysqlnd.collect_statistics=0
|
H A D | mysqli_get_client_stats_skipped.phpt | 4 mysqlnd.collect_statistics="1"
|
H A D | mysqli_get_connection_stats_off.phpt | 4 mysqlnd.collect_statistics="0"
|
H A D | mysqli_get_connection_stats.phpt | 4 mysqlnd.collect_statistics="1"
|
H A D | mysqli_get_client_stats_ps.phpt | 13 mysqlnd.collect_statistics=1
|
H A D | mysqli_get_client_stats.phpt | 13 mysqlnd.collect_statistics=1
|
/PHP-7.3/ |
H A D | php.ini-development | 1212 mysqlnd.collect_statistics = On
|
H A D | php.ini-production | 1214 mysqlnd.collect_statistics = On
|
Completed in 37 milliseconds