Search



Search Results
Displaying 101 to 110 of 510 total results
https://dev.mysql.com/doc/refman/8.4/en/partitioning-hash.html
To partition a table using HASH partitioning, it is necessary to append to the CREATE TABLE statement a PARTITION BY HASH (expr) clause, where expr is an expression that returns an integer. This can simply be the name of a column whose type is one ... Partitioning by HASH is used primarily to ensure an even distribution of data among a predetermined number of ...
https://dev.mysql.com/doc/refman/8.4/en/precision-math-expressions.html
In strict SQL mode, for INSERT into a column with an exact data type (DECIMAL or integer), a number is inserted with its exact value if it is within the column range. The expression is exact and is evaluated using integer arithmetic and has a ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
--conf-base-port port_num Command-Line Format --conf-base-port port_num Type Integer Default Value 0 Base (first) value used for the listening TCP ports by setting bind_port for each bootstrapped route. --read-timeout num_seconds Command-Line Format ... mysqlrouter Option Summaries mysqlrouter Option Descriptions MySQL Router accepts command line options that are passed into mysqlrouter to affect its behavior, or to bootstrap router based on an InnoDB ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysqlsh.html
-- Marks the end of the list of mysqlsh options and the start of a command and its arguments for MySQL Shell's API command line integration. You can execute methods of the MySQL Shell global objects from the command line using this syntax: mysqlsh ... MySQL Shell is an advanced command-line client and code editor for ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-rag-table.html
document_id: specifies the name of the optional integer column that contains the document IDs. segment_number: specifies the name of the optional integer column that contains the segment numbers. The ML_RAG_TABLE routine runs multiple ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements-callable.html
// // // Registers the second parameter as output, and // uses the type 'INTEGER' for values returned from // getObject() // cStmt.registerOutParameter(2, Types.INTEGER); // // Registers the named parameter 'inOutParam', and // uses the type ...For ...
https://dev.mysql.com/doc/internals/en/binary-protocol-value.html
ProtocolBinary::MYSQL_TYPE_STRING, ProtocolBinary::MYSQL_TYPE_VARCHAR, ProtocolBinary::MYSQL_TYPE_VAR_STRING, ProtocolBinary::MYSQL_TYPE_ENUM, ProtocolBinary::MYSQL_TYPE_SET, ProtocolBinary::MYSQL_TYPE_LONG_BLOB, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-index.html
Signature const Column* getColumn ( unsigned no ) const Parameters The ordinal position number no of the column, as an unsigned integer. Return value An unsigned integer representing the number of columns in the index. Return value The object ...
https://dev.mysql.com/doc/ndbapi/en/ndb-logfilegroup.html
Return value The log file group's object ID (an integer value). Return value The object version of the log file group, as an integer. Return value The number of bytes free, as a 64-bit integer. Signature void setUndoBufferSize ( Uint32 size ) ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb-cluster-connection.html
Return value An integer value 0 or 1, corresponding to the current AutoReconnect setting in effect for for this connection. Signature void set_optimized_node_selection ( int value ) Parameters An integer value. Signature int ... This section ...
Displaying 101 to 110 of 510 total results