Search Results
                    
                    
            https://dev.mysql.com/doc/internals/en/innodb-mutex-rwlock-implementation.html
                                 In MySQL and InnoDB, multiple threads of execution access shared data structures. When MySQL is compiled on Solaris 10 or later with a compiler that does not support the built-in functions provided by the GNU Compiler Collection (GCC) for atomic ...
                                            
                https://dev.mysql.com/doc/internals/en/innodb-page-example.html
                                 For this example, I used Borland's TDUMP again, as I did for the earlier chapter on Record Format. This is what a page looked like: Address Values in Hexadecimal Values in ASCII 0D4000: 00 00 00 00 00 00 00 35 FF FF FF FF FF FF FF FF ...
                                            
                https://dev.mysql.com/doc/internals/en/select-structure.html
                                 There are two structures that describe selects: st_select_lex (SELECT_LEX) for representing SELECT itself st_select_lex_unit (SELECT_LEX_UNIT) for grouping several selects in a bunch The latter item represents UNION operation (the absence of UNION ...
                                            
                https://dev.mysql.com/doc/internals/en/test-faults-macros.html
                                 DBUG_EXECUTE_IF (keyword, code) allows executing a piece of code if the appropriate dbug instruction is set. DBUG_EVALUATE_IF (keyword, val1, val2) is used in if expressions and returns val1 if the appropriate dbug instruction is set. 
                                            
                https://dev.mysql.com/doc/internals/en/x-protocol-lifecycle-lifecycle.html
                                 Topics in this section: Connection Session Stages of Session Setup Authentication Pipelining Max Message Length Extensions The following list describes some of the terms introduced in this section: Transport Transport layer that exchanges data: TCP ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-ndbrecord.html
                                Decription NdbRecord is an interface which provides a mapping to a full or a partial record stored in NDB. In the latter case, it can be used in conjunction with a bitmap to assist in access. An NdbRecord can be created in NDB API programs by ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-dns-srv.html
                                 X DevAPI supports the use of DNS SRV records for connecting to MySQL servers. A client that receives a DNS SRV lookup result attempts to connect to the MySQL server on each of the listed hosts in order of preference, based on the priority and ...A ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-existing-collections.html
                                 In order to retrieve a Collection object for an existing collection stored in the database call the getCollection() function from a Schema object. Note In most cases it is good practice to create database objects during development time and refrain ...
                                            
                https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-secure-connections.html
                                Configuring the Server for Secure Connections Distributing Client Certificate and Key Files Configuring the Server for Secure Connections MySQL requires certificate and key files to enable secure connections. By default, MySQL servers that are ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-what-is-new-63.html
                                 This section summarizes many of the new features added to MySQL Workbench 6.3, in relation to the MySQL Workbench 6.2 release. Dropped Fabric support in MySQL Workbench 6.3.9; support in older versions of MySQL Workbench is unchanged. This is ...