Search Results
                    
                    
            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-clusterjtableexception.html
                                ClusterJTableException is derived from class ClusterJDatastoreException, and in both the error and no-error cases, ClusterJDatastoreException.tableNotFound() will return true.  ClusterJTableException is used for reporting all "Table Not Found" ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-issues.html
                                This is not a problem with JPA or JDBC, both of which support joins.  This section discusses the limitations and known issues in the MySQL NDB Cluster Connector for Java APIs. Known issues in ClusterJ: Joins: With ClusterJ, queries are limited to ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-operations.html
                                Both kinds of multi-row delete can be performed using the deletePersistentAll() method. To insert a new row into the table, first create a new instance of Employee. This can be accomplished by calling the Session method newInstance(), as shown here: ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-concepts.html
                                 This section describes concepts basic to the NDB Cluster MGM API. NdbMgmHandle Working with Log Events Structured Log Events NdbMgmHandle Each MGM API function needs a management server handle of type NdbMgmHandle. This handle is created by calling ...
                                            
                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-error-codes-single.html
                                Query aborted due to both tree and parameters contain interpreted program 20012 MySQL error.  This section lists all NDB errors, ordered by NDB error code. Each listing also includes the error's NDB error type, the corresponding MySQL Server error, ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-event.html
                                These changes are realized in the NDB API by implementing a number of new methods for Ndb and NdbEventOperation, deprecating several other methods of both classes, and adding new type values to TableEvent. Event Class Overview ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-examples-recattr-vs-ndbrecord.html
                                 This example illustrates the key differences between the old-style NdbRecAttr API and the newer approach using NdbRecord when performing some common tasks in an NDB API application. The source code can be found can be found in the file ...