Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
                                 In the NDB Cluster source distribution, the storage/ndb/ndbapi-examples directory storage/ndb/ndbapi-examples/common contains four header files with utilities for use in example NDB API programs. (Bug #70550, Bug #17592990) The names of these files ...
                                            
                https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-2-0.html
                                 Functionality Added or Changed MySQL HeatWave Guided Load reduces the number of steps to manually load data, see Load Data Manually. (WL #15811) MySQL HeatWave now supports the following string functions: BIN() BIT_LENGTH() ELT() EXPORT_SET() ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-conversions.html
                                 MySQL Connector/J is flexible in the way it handles conversions between MySQL data types and Java data types. In general, any MySQL data type can be converted to a java.lang.String, and any numeric type can be converted to any of the Java numeric ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/json-search-functions.html
                                 The functions in this section perform search or comparison operations on JSON values to extract data from them, report whether data exists at a location within them, or report the path to data within them. JSON_CONTAINS(target, candidate[, path]) ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-commands.html
                                 mysql sends each SQL statement that you issue to the server to be executed. There is also a set of commands that mysql itself interprets. For a list of these commands, type help or \h at the mysql> prompt: mysql> help List of all MySQL commands: ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-releases.html
                                 The MySQL release model is divided into two main tracks: LTS (Long-Term Support) and Innovation. All LTS and Innovation releases include bug and security fixes, and are considered production-grade quality. Figure 1.1 MySQL Release Schedule MySQL ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/partitioning-handling-nulls.html
                                 Partitioning in MySQL does nothing to disallow NULL as the value of a partitioning expression, whether it is a column value or the value of a user-supplied expression. Even though it is permitted to use NULL as the value of an expression that must ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/partitioning-limitations-functions.html
                                 This section discusses limitations in MySQL Partitioning relating specifically to functions used in partitioning expressions. Each of these functions returns an integer only if it is passed an argument of an exact numeric type, such as one of the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/partitioning-types.html
                                 This section discusses the types of partitioning which are available in MySQL 8.4. This type of partitioning assigns rows to partitions based on column values falling within a given range. For information about an extension to this type, RANGE ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/storage-requirements.html
                                 InnoDB Table Storage Requirements NDB Table Storage Requirements Numeric Type Storage Requirements Date and Time Type Storage Requirements String Type Storage Requirements Spatial Type Storage Requirements JSON Storage Requirements The storage ...