Search Results
                    
                    
            https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-9-3.html
                                 This section provides information about keywords and reserved words in MySQL 9.3. MySQL 9.3 Keywords and Reserved Words MySQL 9.3 New Keywords and Reserved Words MySQL 9.3 Removed Keywords and Reserved Words MySQL 9.3 Keywords and Reserved Words ...
                                            
                https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-9-4.html
                                 This section provides information about keywords and reserved words in MySQL 9.4. MySQL 9.4 Keywords and Reserved Words MySQL 9.4 New Keywords and Reserved Words MySQL 9.4 Removed Keywords and Reserved Words MySQL 9.4 Keywords and Reserved Words ...
                                            
                https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-9-5.html
                                 This section provides information about keywords and reserved words in MySQL 9.5. MySQL 9.5 Keywords and Reserved Words MySQL 9.5 New Keywords and Reserved Words MySQL 9.5 Removed Keywords and Reserved Words MySQL 9.5 Keywords and Reserved Words ...
                                            
                https://dev.mysql.com/doc/mysqld-version-reference/en/keywords.html
                                 This section contains information on the keywords and reserved words within the server when creating and submitting queries to the system. For more information on reserved words and their impact on your queries, see Keywords and Reserved Words, in ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-columntype.html
                                 This class enumerates the column types for columns in ndb. 
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-types.html
                                 This section provides information about the data types defined by the MGM API. The types described in this section are all defined in the file /storage/ndb/include/mgmapi/mgmapi.h, with the exception of Ndb_logevent_type, ndb_mgm_event_severity, ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-internal-error.html
                                 The following list enumerates all NDB errors of type IE (Internal error). The index needs to be dropped and recreated NDB error code 914 MySQL error DMEC Error message Invalid index stats request NDB error code 916 MySQL error DMEC Error message ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-ndbblob.html
                                In the active phase, readData() and writeData() are used to read and write blob values having arbitrary sizes. Signature int setPos ( Uint64 pos ) Parameters The setPos() method takes a single parameter pos (an unsigned 64-bit integer), which is the ... This section provides information about the NdbBlob class, which models a handle to a blob column and provides read and write access to blob column ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemetadata.html
                                The indexes array of TableMetadata contains one IndexMetadata object per table index. NDB implements a primary key as both an ordered index and a unique index, and might be viewed through the NDB API adapter as two indexes, but through a MySQL ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/overview-ndb-record-structure.html
                                This record has a 32-bit primary key which also serves as the partitioning key.  The NDB storage engine used by NDB Cluster is a relational database engine storing records in tables as with other relational database systems. When a new table is ...