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/mysqld-version-reference/en/options-variables.html
                                 The following table shows all the options and variables available in MySQL Server. Intr: The version or versions in which the item was introduced. Depr: The version or versions in which the item was deprecated. Removed: The version or versions in ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-issues.html
                                NDB tables support foreign keys, and foreign key constraints are enforced when using ClusterJ for inserts, updates, and deletes.  This section discusses the limitations and known issues in the MySQL NDB Cluster Connector for Java APIs. Known issues ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-start.html
                                The handler needs to be able to detect and distinguish among three types of errors, and handle them accordingly: Normal errors: These are errors at the application level (for example, those to deal with duplicate key, foreign key constraint, or ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-dictionary.html
                                This method drops all foreign key constraints on the table that is being dropped, whether the dropped table acts as a parent table, child table, or both. This means that they cannot be accessed by MySQL clients, and that they cannot be replicated. 
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-error-classifications.html
                                 The following table lists the classification codes used for NDB API errors, and their descriptions. These can also be found in the file /storage/ndb/src/ndbapi/ndberror.cpp (NDB 7.6 and earlier: ndberror.c). Table 2.83 Classification codes for NDB ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes.html
                                 This section contains a number of error code lists, one for each type of NDB API error. The text of the error message Similar errors have been grouped together in each list. You can always obtain the latest error codes and information from the file ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-errors-handling.html
                                 Abstract This section describes how NDB API errors can be detected and mapped onto particular operations. NDB API errors can be generated in either of two ways: When an operation is defined When an operation is executed Errors raised during ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-foreignkey.html
                                 This section provides information about the ForeignKey class, which models a foreign key on an NDB table. ForeignKey Class Overview ForeignKey() ForeignKey::FkAction ForeignKey::getName() ForeignKey::getParentTable() ForeignKey::getChildTable() ...