added a little bit more information for mysql.trace_mode

This commit is contained in:
Georg Richter 2002-11-11 13:40:30 +00:00
parent f300bdce82
commit 3b510352ad
2 changed files with 5 additions and 2 deletions

View 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]

View 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