Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-options-variables.html
--ndb-batch-size=# Command-Line Format --ndb-batch-size System Variable ndb_batch_size Scope Global, Session Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 32768 Minimum Value 0 Maximum Value 2147483648 Unit bytes This sets the size ... This section provides information about MySQL server options, server and status variables that are specific to NDB ...
https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
Return value An integer, whose value is 0 on success, and -1 if the table is in an inconsistent state. Return value The number of table fragments, as a 32-bit unsigned integer. Return value The number of bytes to be read, as an unsigned 32-bit ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html
--master-retry-count=count Command-Line Format --master-retry-count=# Deprecated Yes Type Integer Default Value 10 Minimum Value 0 Maximum Value (64-bit platforms) 18446744073709551615 Maximum Value (32-bit platforms) 4294967295 This option is ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbrecattr.html
Return value The attribute size in bytes, as an unsigned 32-bit integer. NdbRecAttr::int8_value() Description This method gets a Small value stored in an NdbRecAttr object, and returns it as an 8-bit signed integer. NdbRecAttr::int32_value() ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-filter-definitions.html
Arguments: millisec: An unsigned integer that specifies the number of milliseconds to sleep. For information about using JSON data in MySQL, see Section 13.5, “The JSON Data Type”. Filter definitions have this form, where actions indicates how ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-import.html
--ai-increment=# Command-Line Format --ai-increment=# Type Integer Default Value 1 Minimum Value 1 Maximum Value 4294967295 For a table with a hidden primary key, specify the autoincrement increment, like the auto_increment_increment system variable ... ndb_import imports CSV-formatted data, such as that produced by mysqldump --tab, directly into NDB using the NDB ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
Return value The (maximum) array length of the column, as an integer. Signature void setAutoIncrementInitialValue ( Uint64 value ) Parameters The initial value for the column (a 64-bit integer). Signature void setInlineSize ( int size ) Parameters ... This section provides information about the Column class, which models a column in an NDBCLUSTER ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
group_replication_auto_increment_increment Command-Line Format --group-replication-auto-increment-increment=# System Variable group_replication_auto_increment_increment Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 7 ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbscanfilter.html
NdbScanFilter provides several convenience methods which can be used in lieu of the cmp() method when the arbitrary value to be compared is an integer: eq(), ge(), gt(), le(), lt(), and ne(). (This method does not actually execute the comparison, ...
https://dev.mysql.com/doc/refman/8.4/en/bit-functions.html
Numeric evaluation occurs otherwise, with argument conversion to unsigned 64-bit integers as necessary. Numeric evaluation occurs otherwise, with argument conversion to unsigned 64-bit integers as necessary. Numeric evaluation occurs otherwise, with ... Table 14.17 Bit Functions and Operators Name Description & Bitwise AND >> Right shift << Left shift ^ Bitwise XOR BIT_COUNT() Return the number of bits that are set | Bitwise OR ~ Bitwise inversion The following list describes available bit functions and operators: | Bitwise ...