]> granicus.if.org Git - php/commitdiff
added a little bit more information for mysql.trace_mode
authorGeorg Richter <georg@php.net>
Mon, 11 Nov 2002 13:40:30 +0000 (13:40 +0000)
committerGeorg Richter <georg@php.net>
Mon, 11 Nov 2002 13:40:30 +0000 (13:40 +0000)
php.ini-dist
php.ini-recommended

index 134ac172acd5859dc2c1559d1f6770aecc7bba21..05e78f8cffee75c8a09c9442751b6b18908ded9d 100644 (file)
@@ -650,7 +650,8 @@ mysql.default_password =
 ; Maximum time (in secondes) for connect timeout. -1 means no limimt
 mysql.connect_timeout = -1
 
-; Trace mode
+; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
+; SQL-Erros will be displayed.
 mysql.trace_mode = Off
 
 [mSQL]
index 56106ba58dff337b3c0ae00f3a0bc228ebddb22b..8a59a5e95479e020e4793d835dd096621cfb0401 100644 (file)
@@ -665,8 +665,10 @@ mysql.default_password =
 ; Maximum time (in secondes) for connect timeout. -1 means no limimt
 mysql.connect_timeout = -1
 
-; Trace mode.
+; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
+; SQL-Erros will be displayed.
 mysql.trace_mode = Off
+
 [mSQL]
 ; Allow or prevent persistent links.
 msql.allow_persistent = On