Searched refs:trace_mode (Results 1 – 7 of 7) sorted by relevance
9 mysql.trace_mode=137 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
2 mysql.trace_mode=19 mysql.trace_mode=1
125 long trace_mode; variable
509 …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)){
1184 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and1187 mysql.trace_mode = Off
5475 . Fixed bug #55550 (mysql.trace_mode miscounts result sets). (Johannes)
Completed in 40 milliseconds