Search



Search Results
Displaying 1251 to 1260 of 1996 total results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-privatelink-limitations.html
PrivateLink Limitations 6.5 PrivateLink Limitations You can only create one Query PrivateLink and one Egress PrivateLink per DB System. You cannot change the value of the configuration variable, max_connect_errors of you DB System. Changing this ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-result-sets.html
clobberStreamingResults This will cause a streaming result set to be automatically closed, and any outstanding data still streaming from the server to be discarded if another query is executed before all the data has been read from the server.
https://dev.mysql.com/doc/connector-j/en/connector-j-interceptors.html
In these kinds of interceptor classes, you might change or augment the processing done by certain kinds of statements, such as automatically checking for queried data in a memcached server, rewriting slow queries, logging information about statement ... An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user ...
https://dev.mysql.com/doc/connector-j/en/connector-j-session-state-tracker.html
With getSessionStateChanges(), some changes returned by the intermediate queries issued by Connector/J could be missed. Connector/J can receive information on client session state changes tracked by the server if the tracking has been enabled on ...
https://dev.mysql.com/doc/connector-j/en/connector-j-source-replica-replication-connection.html
It can automatically send queries to a read/write source host, or a failover or round-robin loadbalanced set of replicas based on the state of Connection.getReadOnly(). This section describe a number of features of Connector/J's support for ...
https://dev.mysql.com/doc/refman/8.4/en/added-deprecated-removed.html
innodb_api_trx_level: Allows control of transaction isolation level on queries processed by memcached interface. Options and Variables Introduced in MySQL 8.4 Options and Variables Deprecated in MySQL 8.4 Options and Variables Removed in MySQL 8.4 ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-legacy-filtering.html
It takes a value of ALL (log all events; this is the default), LOGINS (log connection events), QUERIES (log statement events), or NONE (do not log events). Startup audit_log_policy Value Resulting audit_log_connection_policy Value Resulting ... Note ...
https://dev.mysql.com/doc/refman/8.4/en/binary-varbinary.html
The BINARY and VARBINARY types are similar to CHAR and VARCHAR, except that they store binary strings rather than nonbinary strings. This means they have the binary character set and collation, and comparison and sorting are based on the numeric ...
https://dev.mysql.com/doc/refman/8.4/en/blackhole-storage-engine.html
The BLACKHOLE storage engine acts as a “black hole” that accepts data but throws it away and does not store it. To examine the source for the BLACKHOLE engine, look in the sql directory of a MySQL source distribution. When you create a ...
https://dev.mysql.com/doc/refman/8.4/en/blob.html
A BLOB is a binary large object that can hold a variable amount of data. These differ only in the maximum length of the values they can hold. These correspond to the four BLOB types and have the same maximum lengths and storage requirements. They ...
Displaying 1251 to 1260 of 1996 total results