Connector/J (JDBC) Reference
2064
useUsageAdvisor
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')?
false
3.1.1
autoGenerateTestcaseScript
Should the driver dump the SQL it is executing,
including server-side prepared statements to
STDERR?
false
3.1.9
autoSlowLog
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?
true
5.1.4
clientInfoProvider
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
com.mysql.jdbc.JDBC4CommentClientInfoProvider
5.1.0
dumpMetadataOnColumnNotFound
Should the driver dump the field-level metadata
of a result set into the exception message when
ResultSet.findColumn() fails?
false
3.1.13
dumpQueriesOnException
Should the driver dump the contents of the
query sent to the server in the message for
SQLExceptions?
false
3.1.3
enablePacketDebug
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
false
3.1.3
explainSlowQueries
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?
false
3.1.2
includeInnodbStatusInDeadlockExceptions
Include the output of "SHOW ENGINE INNODB
STATUS" in exception messages when deadlock
exceptions are detected?
false
5.0.7
includeThreadDumpInDeadlockExceptions
Include a current Java thread dump in exception
messages when deadlock exceptions are
detected?
false
5.1.15
includeThreadNamesAsStatementComment
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".
false
5.1.15
logSlowQueries
Should queries that take longer than
'slowQueryThresholdMillis' be logged?
false
3.1.2
logXaCommands
Should the driver log XA commands sent by
MysqlXaConnection to the server, at the DEBUG
level of logging?
false
5.0.5
profilerEventHandler
Name of a class that implements the interface
com.mysql.jdbc.profiler.ProfilerEventHandler that
will be used to handle profiling/tracing events.
com.mysql.jdbc.profiler.LoggingProfilerEventHandler
5.1.6
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...