Search



Search Results
Displaying 91 to 100 of 510 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbinterpretedcode.html
It is equivalent to the following series of NdbInterpretedCode method calls, where attrId is the table column' attribute ID and aValue is the value to be added: read_attr(6, attrId); load_const_u32(7, aValue); add_reg(7,6,7); write_attr(attrId, 7); ... This section provides information about the NdbInterpretedCode class, which can be used to prepare and execute an NDB API interpreted ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-indexing.html
This generic example (actual syntax might vary for different programming languages) shows how to create a mandatory integer type index based on the field count: myCollection.createIndex("count", {fields:[{"field": "$.count", "type":"INT", ... To ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-indexing.html
This generic example (actual syntax might vary for different programming languages) shows how to create a mandatory integer type index based on the field count: myCollection.createIndex("count", {fields:[{"field": "$.count", "type":"INT", ... To ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-indexing.html
This generic example (actual syntax might vary for different programming languages) shows how to create a mandatory integer type index based on the field count: myCollection.createIndex("count", {fields:[{"field": "$.count", "type":"INT", ... To ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-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/refman/8.4/en/gis-data-formats.html
WKB uses 1-byte unsigned integers, 4-byte unsigned integers, and 8-byte double-precision numbers (IEEE 754 format). Two standard spatial data formats are used to represent geometry objects in queries: Well-Known Text (WKT) format Well-Known Binary ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-auto-increment-handling.html
If the AUTO_INCREMENT value becomes larger than the maximum integer for the specified integer type In all lock modes (0, 1, and 2), the behavior of the auto-increment mechanism is undefined if the value becomes larger than the maximum integer that ... InnoDB provides a configurable locking mechanism that can significantly improve scalability and performance of SQL statements that add rows to tables with AUTO_INCREMENT ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-redo-log-reader.html
# is an integer in the range 0 to 15, inclusive. Command-Line Format -page # Type Integer Default Value 0 Minimum Value 0 Maximum Value 31 -page #: Start at this page. # is an integer in the range 0 to 31, inclusive. Command-Line Format -pageindex # ... Reads a redo log file, checking it for errors, printing its contents in a human-readable format, or ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-show-tables.html
--connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 Number of times to retry connection before giving up. --connect-retry-delay Command-Line Format --connect-retry-delay=# Type ...
https://dev.mysql.com/doc/refman/8.4/en/number-literals.html
Number literals include exact-value (integer and DECIMAL) literals and approximate-value (floating-point) literals. Exact-value numeric literals have an integer part or fractional part, or both. An integer may be used in floating-point context; it ...Numbers may be preceded by - or + to indicate a negative or positive value, ...
Displaying 91 to 100 of 510 total results