Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-support-bug-report.html
Use the assertTrue(boolean expression) and assertTrue(String failureMessage, boolean expression) methods to create conditions that must be met in your testcase demonstrating the behavior you are expecting (vs. The normal place to report bugs is ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
TreatTinyAsBoolean , Treat Tiny As Boolean Default: true Setting this value to false causes TINYINT(1) to be treated as an INT. The connection-attributes parameter value can be empty (the same as specifying true), a Boolean value (true or false to ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
-DBUNDLE_DEPENDENCIES=boolean: Enable to install external library runtime dependencies, such as OpenSSL, together with the connector. You need the following tools to build MySQL from source on Unix: A working ANSI C++ compiler. GCC 4.2.1 or later, ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
TreatTinyAsBoolean , Treat Tiny As Boolean Default: true Setting this value to false causes TINYINT(1) to be treated as an INT. The connection-attributes parameter value can be empty (the same as specifying true), a Boolean value (true or false to ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-unix.html
-DBUNDLE_DEPENDENCIES=boolean: Enable to install external library runtime dependencies, such as OpenSSL, together with the connector. You need the following tools to build MySQL from source on Unix: A working ANSI C++ compiler. GCC 4.2.1 or later, ...
MySQL NDB Cluster API Developer Guide :: 4.2.2.5 ClusterJ Mappings Between MySQL and Java Data Types
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-mappings.html
ClusterJ provides mappings for all of the common MySQL database types to Java types. Java object wrappers of primitive types should be mapped to nullable database columns. Note Since Java does not have native unsigned data types, UNSIGNED columns ...
https://dev.mysql.com/doc/ndbapi/en/ndb-index.html
Return value A Boolean value: true: The index is being logged to disk. Signature void setLogging ( bool enable ) Parameters setLogging() takes a single Boolean parameter enable. Index Class Overview Index Class Constructor Index::addColumn() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-transaction.html
Transaction information methods Boolean isActive(); Determine whether or not a given transaction is currently active. boolean getRollbackOnly(); Determine whether a transaction has been marked as rollback-only. If it is automatic, (autocommit), ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
The connection-attributes parameter value must be empty (the same as specifying true), a Boolean value (true or false to enable or disable the default attribute set), or a list or zero or more key=value specifiers separated by commas (to be sent in ...Connector/C++ now supports all Unicode character sets for older servers, including utf8mb4, utf16, utf16le, utf32, and ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-1-0.html
Connector/C++ supports a new connection property option, OPT_OPENTELEMETRY, which has these values: OTEL_DISABLED OTEL_PREFERRED (default) The OPT_OPENTELEMETRY option also accepts a Boolean value in which false corresponds to OTEL_DISABLED. false ... MySQL Connector/C++ 8.1.0 is a new GA release version that supersedes the 8.0 series, and is recommended for use on production ...