Search Results
                    
                    
            https://dev.mysql.com/doc/internals/en/replication-principles.html
                                 In this section, we describe the architectural principles of replication. The principles have been used as guidelines to construct the Rules of replication (next section). 
                                            
                https://dev.mysql.com/doc/internals/en/sequence-id.html
                                 The sequence-id is incremented with each packet and may wrap around. It starts at 0 and is reset to 0 when a new command begins in the Command Phase. 
                                            
                https://dev.mysql.com/doc/internals/en/sql-common-directory.html
                                 Three files: client.c, my_time.c, pack.c. You will file symlinks to these files in other directories. ...
                                            
                https://dev.mysql.com/doc/internals/en/stored-procedures.html
                                 In MySQL 5.0 the protocol was extended to handle: multi-resultset multi-statement . 
                                            
                https://dev.mysql.com/doc/internals/en/subtests.html
                                 At least in cases where your file contains many subtests Mark these subtests for better readability of the script Write also a message into the protocol. And please explain what each subtest checks, unless it is obvious. 
                                            
                https://dev.mysql.com/doc/internals/en/vio-directory.html
                                The VIO routines are wrappers for the various network I/O calls that happen with different protocols. The idea is that in the main modules one won't have to write separate bits of code for each protocol. Thus vio's purpose is somewhat like the ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterj.html
                                 Provides classes and interfaces for using NDB Cluster directly from Java. A class for bootstrapping Interfaces for use in application programs Classes to define exceptions This package contains three main groups of classes and interfaces: . 
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-overview-architecture.html
                                 MySQL NDB Cluster Connector for Java, also known as ClusterJ, is a Java API for writing applications against NDB Cluster. It is one among different access paths and styles of access to NDB Cluster data. Section 4.1.2, “Java and NDB Cluster”, ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-start-include-files.html
                                 NDB API applications require one or more of the following include files: Applications accessing NDB Cluster data using the NDB API must include the file NdbApi.hpp. Applications making use of the regular MySQL client API as well as the NDB API must ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-ndb-mapping.html
                                 The next two sections discuss naming and other conventions followed by the NDB API with regard to MySQL database objects, as well as handling of MySQL data types in NDB API applications.