Search Results
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-options-variables.html
clone_buffer_size Command-Line Format --clone-buffer-size System Variable clone_buffer_size Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 4194304 Minimum Value 1048576 Maximum Value 268435456 Unit bytes Defines the size ... This section describes the system variables that control operation of the clone ...
https://dev.mysql.com/doc/refman/8.4/en/create-index.html
If there is a PRIMARY KEY but it does not consist of a single integer column, _rowid cannot be used. Otherwise, _rowid refers to the column in the first UNIQUE NOT NULL index if that index consists of a single integer column. If the first UNIQUE NOT ... CREATE [UNIQUE | FULLTEXT | SPATIAL] INDEX index_name [index_type] ON tbl_name (key_part,...) [index_option] [algorithm_option | lock_option] ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-functions-general-purpose.html
Return value: Returns the key length in bytes as an integer for success, NULL if the key does not exist, or NULL and an error for failure. MySQL Server supports a keyring service that enables internal components and plugins to store sensitive ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-sign-keys.html
--CA-days Command-Line Format --CA-days=# Introduced 8.4.1 Type Integer Default Value 1461 Minimum Value -1 Maximum Value 2147483647 Set the lifetime of the certificate to this many days. --connect-retries Command-Line Format --connect-retries=# ...
https://dev.mysql.com/doc/refman/8.4/en/server-options.html
--debug-sync-timeout[=N] Command-Line Format --debug-sync-timeout[=#] Type Integer Controls whether the Debug Sync facility for testing and debugging is enabled. --exit-info[=flags], -T [flags] Command-Line Format --exit-info[=flags] Type Integer ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-configuring-options.html
dba.gtidWaitTimeout 60 integer greater than 0 The time in seconds to wait for GTID transactions to be applied, when required by AdminAPI operations. dba.logSql 0 integer ranging from 0 to 2 (Deprecated in MySQL Shell 8.0.30. dba.restartWaitTimeout ... You can configure MySQL Shell to match your preferences, for example to start up to a certain programming language or to provide output in a particular ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-transactional.html
First you create a simple interface: public interface Ex3Dao { Integer createCity(String name, String countryCode, String district, Integer population); } This interface contains one method that will create a new city record in the database and ...
https://dev.mysql.com/doc/internals/en/date-and-time-data-type-representation.html
The following table shows the storage requirements for date and time data types. Storage for these types is big endian (for memcmp() compatibility purposes), with the nonfractional part followed by the fractional part. FSP Storage 0 0 bytes 1,2 1 ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
Signature int init ( int maxNoOfTransactions = 4 ) Parameters The init() method takes a single parameter maxNoOfTransactions of type integer. Return value pollEvents2() returns an integer whose value can be interpreted as follows: > 0: There are ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-generate.html
Possible values are: For Llama 3.1 and 3.2 LLMs, integer values between 1 and 128256. For Llama 2 and 3 LLMs, integer values between 1 and 4096. For OCI Generative AI Service LLMs, integer values between 1 and 4000. The ML_GENERATE routine uses the ...