Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/overview-introduction.html
                                 Abstract This section introduces the NDB Transaction and Scanning APIs as well as the NDB Management (MGM) API for use in building applications to run on NDB Cluster. It also discusses the general theory and principles involved in developing such ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/method-chaining.html
                                 X DevAPI supports a number of modern practices to make working with CRUD operations easier and to fit naturally into modern development environments. This section explains how to use method chaining instead of working with SQL strings of JSON ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-microsoft-excel.html
                                 If you have problems importing data into Microsoft Excel, particularly numeric, date, and time values, this is probably because of a bug in Excel, where the column type of the source data is used to determine the data type when that data is ...
                                            
                https://dev.mysql.com/doc/internals/en/implementing-rollback.html
                                 Of the two major transactional operations, ROLLBACK is the more complicated to implement. All operations that occurred during the transaction must be reversed so that all rows are unchanged from before the transaction began. To support ROLLBACK, ...
                                            
                https://dev.mysql.com/doc/internals/en/new-authentication-method-not-known-by-client.html
                                 Even if client supports external authentication (CLIENT_PLUGIN_AUTH flag is set) the new authentication method indicated in the Authentication Method Switch Request Packet might be not know to it. the client connecting to the server the server ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/building-expressions.html
                                 This section explains how to build expressions using X DevAPI. When working with MySQL expressions used in CRUD, statements can be specified in two ways. The first is to use strings to formulate the expressions which should be familiar if you have ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/building-expressions.html
                                 This section explains how to build expressions using X DevAPI. When working with MySQL expressions used in CRUD, statements can be specified in two ways. The first is to use strings to formulate the expressions which should be familiar if you have ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/building-expressions.html
                                 This section explains how to build expressions using X DevAPI. When working with MySQL expressions used in CRUD, statements can be specified in two ways. The first is to use strings to formulate the expressions which should be familiar if you have ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/sorting-rows.html
                                 You may have noticed in the preceding examples that the result rows are displayed in no particular order. It is often easier to examine query output when the rows are sorted in some meaningful way. This means that the order is undefined for columns ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-schema-creation.html
                                 The SQL scripts generated for the migrated schema objects will now be executed in the target database. You can monitor execution in the logs, if errors exist then they will be fixed in the next step. Table data will be migrated in a later step as ...