Oracle 5.0 Reference Manual page 2084

Table of Contents

Advertisement

useUsageAdvisor
autoGenerateTestcaseScript Should the driver dump the SQL it is executing,
autoSlowLog
clientInfoProvider
dumpMetadataOnColumnNotFound
dumpQueriesOnException
enablePacketDebug
explainSlowQueries
includeInnodbStatusInDeadlockExceptions
includeThreadDumpInDeadlockExceptions
includeThreadNamesAsStatementComment
logSlowQueries
logXaCommands
profilerEventHandler
Connector/J (JDBC) Reference
Should the driver issue 'usage' warnings advising
proper and efficient usage of JDBC and MySQL
Connector/J to the log (true/false, defaults to
'false')?
including server-side prepared statements to
STDERR?
Instead of using slowQueryThreshold* to
determine if a query is slow enough to be
logged, maintain statistics that allow the driver
to determine queries that are outside the 99th
percentile?
The name of a class that implements the
com.mysql.jdbc.JDBC4ClientInfoProvider interface
in order to support JDBC-4.0's Connection.get/
setClientInfo() methods
Should the driver dump the field-level metadata
of a result set into the exception message when
ResultSet.findColumn() fails?
Should the driver dump the contents of the
query sent to the server in the message for
SQLExceptions?
When enabled, a ring-buffer of
'packetDebugBufferSize' packets will be kept, and
dumped when exceptions are thrown in key areas
in the driver's code
If 'logSlowQueries' is enabled, should the driver
automatically issue an 'EXPLAIN' on the server
and send the results to the configured log at a
WARN level?
Include the output of "SHOW ENGINE INNODB
STATUS" in exception messages when deadlock
exceptions are detected?
Include a current Java thread dump in exception
messages when deadlock exceptions are
detected?
Include the name of the current thread as a
comment visible in "SHOW PROCESSLIST", or in
Innodb deadlock dumps, useful in correlation with
"includeInnodbStatusInDeadlockExceptions=true"
and
"includeThreadDumpInDeadlockExceptions=true".
Should queries that take longer than
'slowQueryThresholdMillis' be logged?
Should the driver log XA commands sent by
MysqlXaConnection to the server, at the DEBUG
level of logging?
Name of a class that implements the interface
com.mysql.jdbc.profiler.ProfilerEventHandler that
will be used to handle profiling/tracing events.
2064
false
3.1.1
false
3.1.9
true
5.1.4
com.mysql.jdbc.JDBC4Commen
5.1.0
false
3.1.13
false
3.1.3
false
3.1.3
false
3.1.2
false
5.0.7
false
5.1.15
false
5.1.15
false
3.1.2
false
5.0.5
com.mysql.jdbc.profiler.LoggingP
5.1.6

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents