Home
last modified time | relevance | path

Searched refs:trace_mode (Results 1 – 7 of 7) sorted by relevance

/PHP-5.6/ext/mysql/tests/
H A Dmysql_deprecated_api.phpt9 mysql.trace_mode=1
37 In 5.3 and before the deprecation message was bound to mysql.trace_mode=1.
38 In 5.3.99 the warning will always be thrown, independent of the mysql.trace_mode
H A Dmysql_trace_mode.phpt2 mysql.trace_mode=1
9 mysql.trace_mode=1
/PHP-5.6/ext/mysql/
H A Dphp_mysql_structs.h125 long trace_mode; variable
H A Dphp_mysql.c509 …STD_PHP_INI_BOOLEAN("mysql.trace_mode", "0", PHP_INI_ALL, OnUpdateLong, trace_mode, zend_mys…
526 mysql_globals->trace_mode = 0; in PHP_INI_END()
660 if (MySG(trace_mode)) { in PHP_RSHUTDOWN_FUNCTION()
1466 if (MySG(trace_mode)) {
1497 if (MySG(trace_mode)){
1507 if (MySG(trace_mode)){
/PHP-5.6/
H A Dphp.ini-development1184 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
1187 mysql.trace_mode = Off
H A Dphp.ini-production1184 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
1187 mysql.trace_mode = Off
H A DNEWS5475 . Fixed bug #55550 (mysql.trace_mode miscounts result sets). (Johannes)

Completed in 80 milliseconds